| Crates.io | beet_core |
| lib.rs | beet_core |
| version | 0.0.6 |
| created_at | 2024-07-07 07:36:38.79465+00 |
| updated_at | 2025-07-25 22:51:39.294971+00 |
| description | Core utilities for the beet ecosystem |
| homepage | |
| repository | https://github.com/mrchantey/beet |
| max_upload_size | |
| id | 1294611 |
| size | 376,251 |
Beet is a set of crates for making and running Bevy apps. Its very early days so your mileage may vary depending on the crate of interest:
readiness meter
beet_flowControl flow crates built upon the ecs engine that powers Bevy. These can be used for a growing variety of behavior paradigms including Behavior Trees, LLMs and Reinforcement Learning. They are also decoupled from rendering, for instance they can be run on small microcontrollers like the ESP32.
| 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 |
rsxAn exploration of a rusty jsx, and the tools required to maximize performance and developer productivity.
| Crate | Status | Description |
|---|---|---|
beet_rsx |
ð | Cross domain authoring tools |
beet_router |
ð | File based router for websites |
sweetGeneral utilities including a test runner, file watcher etc.
| Crate | Status | Description |
|---|---|---|
beet_bevy |
ð | Bevy utilities |
beet_server_utils |
ð | Simple file server with live reload |
sweet |
ðĢ | A pretty cross platform test runner |
sweet-cli |
ðĢ | Cross-platform utilities and dev tools |
cratesTop level crates that depend on several of the above.
| Crate | Status | Description |
|---|---|---|
beet-cli |
ð | CLI for beet authoring tools |
beet_mcp |
ð | VectorDB MCP Server |
bevy |
beet |
|---|---|
| 0.16 | 0.0.6 |
| 0.15 | 0.0.4 |
| 0.14 | 0.0.2 |
| 0.12 | 0.0.1 |
See CONTRIBUTING.md