A* algorithm with visualization using C++ and Qt Framework
astarviz
is a Qt project, so it requires qmake
to build. If you have qmake
, just build the project using astar.pro
file.
-
Add more colors for a better visualization of the algorithm
-
Check if Qt allows abandoning raw pointers for
STL
's smart pointers