- Drawing and editing any simple graph/FSM
- Saving and Loading to files
- Export to image and vector graphic
Editing
CTRL-LMBCreate new vertex with edges from selected verticesCTRL-XDestroy selected verticesCTRL-IInsert text in selected vertexHHide selected verticesJJoin 2 selected verticesXDisconnect 2 selected vertices
File Manipulation
CTRL-Sopen 'Save as' dialogCTRL-Eopen 'Export as' dialog
All source files are in src directory, including a PCH. Use C++17. Only external dependency is SFML 2.6. build.json for mscmp is configured
to work with SFML 2.6 for msvc (static variant, see EmVance1/mscmp).