Visustin reverse engineers source code to flow charts. Use it for diagramming and documenting your code.
Step 1. Select your programming language. This is important – an incorrect language setting will produce funny charts. Details on supported languages
Step 2. Load the code. You have several ways to do this:
on the toolbar.Note: Some programming systems use binary source files. Visustin is cannot load binary files. In this case, Copy & Paste the code in Visustin.
Step 3. Draw the flow chart. Press the button or hit F5. Visustin automatically creates a flow chart from your code. No editing is necessary.
By default, Visustin works in the conventional flow chart style. Alternatively, it can also produce UML-like activity diagrams. Select UML activity diagram style in the Options menu. Both flow charts and UML diagrams contain the same information. The difference is in the chart symbols. Pick the style you prefer.
| Sample code | Flow chart | UML |
|---|---|---|
If x < 10 Then y = 1 End If |
![]() |
![]() |
Visustin creates flow charts in a fully automated way. With the Editor you can edit them as needed. Just press the button or hit F7. Editor requires Visustin Pro Edition. It is enabled in the free demo version as well, but saving and printing are disabled.
You have several options to using the flow charts or activity diagrams in your documentation:
Note that these actions are disabled in the free demo version. Check out the sample charts to see how they look. For a test drive, feel free to send some of your code to Aivosto. We will save or export the charts for you.
Create a partial chart from a shorter piece of code. Simply select the code you wish to flowchart and press the button.
Drag & Drop code into Visustin. Drag either a source code file (from Windows Explorer) or a selected code snippet (from your code editor). When you drop the code, Visustin loads the code and takes action based on where you dropped it:
Code samples can be found in the Samples menu.