Search found 1 match
- Sun Dec 11, 2016 8:37 pm
- Forum: Libraries and Tools
- Topic: [library] Generic A* pathfinder
- Replies: 1
- Views: 2907
[library] Generic A* pathfinder
Hi guys, I've just released a general A* pathfinding library here: https://github.com/lewtds/pathfinder.lua It has a small simple stateless functional interface and works with any kind of map, be it grid or hex, you name it. Bring your own caching layer if required. Lots of rooms for improvement and...