This repository consists of an OpenGL network simulation of Dijkstra's alogorithm.
- On ubuntu: sudo apt-get install freeglut3-dev
- Create executable via:
gcc main.c -o dijko -lGL -lGLU -lglut
- Run the program using:
./dijko
This code is yet in a very nacent. Needs more work.
Example: