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
8
//! 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;