bevy_flowfield_tiles_plugin 0.14.0

An implementation of FlowField (vector field) pathfinding as a plugin to the Bevy game engine
Documentation
1
2
3
4
5
6
7
//! A Portal indicates a pathable area from one Sector to another.
//!
//! A [portal_graph::PortalGraph] is used to calculate a path between portals (effectively a
//! high level path of traversing from one sector to another).

pub mod portal_graph;
pub mod portals;