Pathfinder is a simple pathfinder framework which includes the A* and Dijkstra's algorithm. This framework is easy to integrate within your own application by inheriting the INode class onto your map placements.
- Make
- QMake or CMake
- GCC 4.8+
E.g.
cd..
cmake pathfinding
make
Many thanks to Keiron