Skip to content

This repository consists of an OpenGL network simulation of Dijkstra's alogorithm.

License

Notifications You must be signed in to change notification settings

ntantri/Dijkstra-opengl-network-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dijkstra-opengl-network-simulation

This repository consists of an OpenGL network simulation of Dijkstra's alogorithm.

Installation

  1. On ubuntu: sudo apt-get install freeglut3-dev
  2. Create executable via: gcc main.c -o dijko -lGL -lGLU -lglut
  3. Run the program using: ./dijko

This code is yet in a very nacent. Needs more work.

Example:

First Look

Second Look

About

This repository consists of an OpenGL network simulation of Dijkstra's alogorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages