The app can parse .dot files into graphs, MSP tree (minimum spanning tree using Prim's algorithm) and clusters.
The following visualization algorithms are implemented:
- Random (Default)
- Grid
- T-SNE
- MDS
- Force directed
- Radial (Only tree's)
- Sugiyama (Only graphs)
- Edge bundling (Only clusters)
Created by Tariq Bakhtali & Merijn Schepers
- OpenFrameworks (0.12)
- Boost
- Download openFrameworks
- Put the contents of
apps/
folder into the openFrameworksapps
folder - Put the contents of
libs/
folder into the openFrameworkslibs
folder - You can find the soluation in
apps\data-vis\
- Cannot converse graphs into tree's and vice-versa.
- Bloated; the .dot parser depends on Boost.