Skip to content

vakiovale/pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pathfinder

A* search algorithm for pathfinding

Installing PathFinder library

This is the easiest way to build and install PathFinder library (in Linux):

Run thesse Linux scripts:

./runcmake ./build ./install

This installs static PathFinder library to the libPathFinder/ directory which can be used in the PathFinder demo. Important files are libPathFinder.a and all the header files in the libPathFinder/include/ directory.

About

A* search algorithm for pathfinding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages