leethomason / MicroPather

MicroPather is a path finder and A* solver (astar or a-star) written in platform independent C++ that can be easily integrated into existing code. MicroPather focuses on being a path finding engine for video games but is a generic A* solver.
326 stars 71 forks source link

Linux clean-up #11

Open leethomason opened 9 years ago

leethomason commented 9 years ago

The code runs on the 64 bit gcc compiler, but needs to compile clean. Types are a little off. Also a CMakeFile would be nice.