Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexeyab/dijkstra

Find the shortest path using Dijkstra algorithm (Crossplatform: Qt4.8.4 + OpenGL)
https://github.com/alexeyab/dijkstra

Last synced: 3 days ago
JSON representation

Find the shortest path using Dijkstra algorithm (Crossplatform: Qt4.8.4 + OpenGL)

Awesome Lists containing this project

README

        

Dijkstra
========

Find the shortest path using Dijkstra algorithm

Source code requires Qt >= 4.8.4 & C++ (MSVS2010)_MSC_VER >= 1600 or GCC >= 4.7.2

3D visualization by using OpenGL (Qt GLWidget).

GUI-application that generate the walls on the 2D map and trying to find the shortest path from the start position (0, 0) to the end postiton (MAX, MAX) bypassing the walls.

![alt tag](https://github.com/AlexeyAB/Dijkstra/blob/master/dijkstra_demo.jpg)