beet_flow
Beet Flow is an ECS control flow library built with Bevy Observers. The ECS architecture allows for a growing list of paradigms to be used interchangably:
- Behavior Trees
- Long Running
- State Machines
- Utility AI
- LLM Sentence Similarity
- Reinforcement Learning
Hello World
A demonstration of a Sequence control flow common in behavior trees.
use *;
use *;
let mut app = new;
app.add_plugins;
app.world_mut
.spawn
.trigger_action
.flush;