Skip to content

Interactive Visualisation project to take in a .dot file and transform it into an interactive graph

License

Notifications You must be signed in to change notification settings

alexnel/interactive-visualisation

Repository files navigation

interactive-visualisation

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

  1. 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

dependencies:

           text,
           fgl,
           filepath,
           gloss-juicy,
           GLFW-b,
           OpenGL,
           bytestring,
           gloss,
           gloss-rendering,
           GLUT,
           split,
           mtl,
           containers

Please take note:

This program currently only works for small graphs and crashes after a while... I am working to try and fix this.

About

Interactive Visualisation project to take in a .dot file and transform it into an interactive graph

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published