Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++.
- Host: GitHub
- URL: https://github.com/amn-max/opengl-pathfinding-visualizer
- Owner: amn-max
- License: mit
- Created: 2021-07-18T13:04:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T08:47:58.000Z (over 3 years ago)
- Last Synced: 2024-11-19T14:06:54.466Z (about 16 hours ago)
- Topics: animation, c, cplusplus-11, dijkstra-algorithm, dijkstra-shortest-path, opengl, opengl-glut
- Language: C++
- Homepage:
- Size: 2.01 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)