docs.rs failed to build beet-cli-0.0.5-rc.1
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-cli-0.0.7
beet
Beet is a collection of crates for authoring and running web pages, games and AI behaviors. Your mileage may vary depending on the crate of interest:
- ðĶĒ documented and tested
- ðĢ docs and tests are incomplete
- ð highly experimental, here be dragons
| 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 |
ð | Exploration of authoring tools for html and bevy |
beet_router |
ð | File based router for web docs |
The beet crate serves as a base crate that re-exports any combination of sub-crates according to feature flags, much like the bevy crate structure.
Bevy Versions
bevy |
beet |
|---|---|
| 0.15 | 0.0.4 |
| 0.14 | 0.0.2 |
| 0.12 | 0.0.1 |