docs.rs failed to build beet_flow-0.0.8
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
beet_flow-0.0.7
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_target
.flush;