Fast and lightweight pathfinding library for grid based games
Modules
jumper.core.bheap | A light implementation of binary heaps . |
jumper.core.heuristics | Heuristics for the search algorithm. |
jumper.core.node | The node class. |
jumper.core.path | The path class. |
jumper.grid | The grid class API. |
jumper.grid | The grid class API. |
jumper.pathfinder | The pathfinder class API. |
Scripts
jumper.search.astar | A-star algorithm. |
jumper.search.bfs | Breadth-First Search algorithm. |
jumper.search.dfs | Depth First Search algorithm. |
jumper.search.dijkstra | Dijkstra algorithm. |
jumper.search.jps | Jump Point Search algorithm. |
jumper.search.thetastar | Theta-star algorithm. |