Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 386 Bytes

File metadata and controls

20 lines (15 loc) · 386 Bytes

Pathfinding

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.

Requirements

  • Make
  • QMake or CMake
  • GCC 4.8+

How to compile:

E.g.

cd..
cmake pathfinding
make

Contributions

Many thanks to Keiron