Fast and lightweight pathfinding library for grid based games
Modules
| core.bheap | A light implementation of Binary heaps data structure. |
| core.heuristics | Heuristic functions for search algorithms. |
| core.node | The Node class. |
| core.path | The Path class. |
| grid | The Grid class. |
| pathfinder | The Pathfinder class |
Examples
| annotatedpathing.lua | |
| customheuristics.lua | |
| makeclearance.lua | |
| simpleexample.lua |