Crate seldom_map_nav
source ·Expand description
Bevy plugin that does navmesh generation, pathfinding, and navigation for tilemaps. Navmesh generation is available without Bevy dependency.
Modules§
- Navmesh structures and generation
- Module for convenient imports. Use with
use seldom_map_nav::prelude::*;
. - Bevy stage