Skip to content

huwdp/pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published