bevy_flowfield_tiles_plugin 0.15.0

An implementation of FlowField (vector field) pathfinding as a plugin to the Bevy game engine
1
2
3
4
5
6
7
//! This is a plugin for Bevy game engine to setup and handle the logic for calculating pathfinding FlowFields
//!

pub mod bundle;
pub mod flowfields;
pub mod plugin;
pub mod prelude;