Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 457 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 457 Bytes

astarviz

A* algorithm with visualization using C++ and Qt Framework

Demo

10 50

Installation

astarviz is a Qt project, so it requires qmake to build. If you have qmake, just build the project using astar.pro file.

TODO list

  • Add more colors for a better visualization of the algorithm

  • Check if Qt allows abandoning raw pointers for STL's smart pointers