Skip to content

Files

Latest commit

2db5f86 · Jul 29, 2015

History

History
20 lines (15 loc) · 386 Bytes

README.md

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