Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amn-max/opengl-pathfinding-visualizer

Pathfinding application which visualizes dijkstra's algorithm step by step using openGL/glut C++.
https://github.com/amn-max/opengl-pathfinding-visualizer

animation c cplusplus-11 dijkstra-algorithm dijkstra-shortest-path opengl opengl-glut

Last synced: about 16 hours ago
JSON representation

Pathfinding application which visualizes dijkstra's algorithm step by step using openGL/glut C++.

Awesome Lists containing this project

README

        

# Opengl-Pathfinding-Visualizer
Pathfinding application which visualizes dijkstra's algorithm step by step using opengl/glut C++.

Download executable [here](https://github.com/amn-max/Opengl-Pathfinding-Visualizer/blob/master/Debug/graph.exe?raw=true)

## Demo



## Created By
This project is created by:
* [Arjun Naik](https://github.com/arjunnaik)
* [Ayush Naik](https://github.com/amn-max)