Crate beet

Source
Expand description

ยงbeet

Tools for building reactive structures

Crates.io version Download docs.rs docs

API Docs

Beet is a set of tools for building reactive structures. Your mileage may vary depending on the crate of interest:

CrateStatusDescription
beet_flow๐ŸฆขScenes-as-control-flow bevy library for behavior trees etc
beet_spatial๐ŸฃExtend beet_flow with spatial behaviors like steering
beet_ml๐Ÿ‰Extend beet_flow with machine learning using candle
beet_sim๐Ÿ‰Extend beet_flow with generalized simulation tooling like stats
beet_rsx๐Ÿ‰Cross domain authoring tools
beet_router๐Ÿ‰File based router for websites
beet-cli๐Ÿ‰CLI for beet authoring tools
  • ๐Ÿฆข documented and tested
  • ๐Ÿฃ docs and tests are incomplete
  • ๐Ÿ‰ highly experimental, here be dragons

ยงBevy Versions

bevybeet
0.150.0.4
0.140.0.2
0.120.0.1

Re-exportsยง

pub use beet_flow as flow;

Modulesยง

prelude