Crate bevy_flowfield_tiles_plugin

Crate bevy_flowfield_tiles_plugin 

Source
Expand description

This is a plugin for Bevy game engine to setup and handle the logic for calculating pathfinding FlowFields

Modulesยง

bundle
Defines a bundle which can be spawned as/inserted into an entity which movable actors can query for pathing data
flowfields
Flowfields are a means of handling pathfinding for a crowd of actors.
plugin
Defines the Bevy Plugin for FlowfieldTiles
prelude
use bevy_flowfield_tiles_plugin::prelude::*; to import common structures and methods