beet-cli

Crates.iobeet-cli
lib.rsbeet-cli
version
sourcesrc
created_at2024-03-04 07:07:59.766235+00
updated_at2025-03-08 03:28:39.431961+00
descriptionCLI for beet authoring tools
homepage
repositoryhttps://github.com/mrchantey/beet
max_upload_size
id1161290
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Pete Hayman (mrchantey)

documentation

https://docs.rs/beet

README

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:

Crate Status Description
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

bevy beet
0.15 0.0.4
0.14 0.0.2
0.12 0.0.1
Commit count: 828

cargo fmt