Expand description
This is a plugin for Bevy game engine to setup and handle the logic for calculating pathfinding FlowFields
Modulesยง
- Defines a bundle which can be spawned as/inserted into an entity which movable actors can query for pathing data
- Flowfields are a means of handling pathfinding for a crowd of actors.
- Defines the Bevy Plugin for FlowfieldTiles
use bevy_flowfield_tiles_plugin::prelude::*;
to import common structures and methods