Crates.io | beet-cli |
lib.rs | beet-cli |
version | |
source | src |
created_at | 2024-03-04 07:07:59.766235+00 |
updated_at | 2025-03-08 03:28:39.431961+00 |
description | CLI for beet authoring tools |
homepage | |
repository | https://github.com/mrchantey/beet |
max_upload_size | |
id | 1161290 |
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` |
size | 0 |
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 |
beet |
---|---|
0.15 | 0.0.4 |
0.14 | 0.0.2 |
0.12 | 0.0.1 |