Desktop application which visualizes Dijkstra's (pathfinding) algorithm principles by allowing user to interact with the map.
- Download the files
- Open CMake and select source path to the files downloaded
- Select where you will build the project ( build binaries )
- Click Configure, select IDE/Compiler and proceed to Generate
- Open the project file (if using Visual Studio DijkstraAlgorithm.sln)
- Select DijkstraPathFinding project as start-up
- Go to Properties->Configuration Properties and change the Character Set to Use Unicode Character Set
- Go to Properties->Linker->System and change SubSystem to Windows (/SUBSYSTEM:WINDOWS)
- Done. Debug, launch and enjoy.
v0.2.0 (2019-03-22)
Added:
- Eraser brush button
- Start button to start the Dijkstra's shortest path finding algorithm
- Clear and Reset buttons
- Visualization of the algorithm
- CMake support
v0.1.1a (2019-03-18)
Added:
- Start and End position buttons
- Obstacle button
v0.1 (initial) (2019-03-15)
Added:
- Grid of the map.
- Start position button, marking a tile green.