This program takes in a .dot file and displays it graphically. When you click on a node, the nodes name will be printed to screen.
This program takes in two arguments
- format is the graphviz dot format you would like to depict. e.g. dot, neato, sfdp, fdp, twopi, circo
2.filename is the .dot file you would like to work with. e.g. test.dot
text,
fgl,
filepath,
gloss-juicy,
GLFW-b,
OpenGL,
bytestring,
gloss,
gloss-rendering,
GLUT,
split,
mtl,
containers
This program currently only works for small graphs and crashes after a while... I am working to try and fix this.