grid_pathfinding 0.1.0

Pathfinding using JPS and connected components on a grid.
Documentation

grid_pathfinding

A grid-based pathfinding system. Implements Jump Point Search with improved pruning rules for speedy pathfinding. Pre-computes connected components to avoid flood-filling behaviour if no path exists.

Examples

See examples for some examples on how to initialize the relevant datastructures and find paths.