https://github.com/mrchantey/beet
A modular behavior library for the Bevy Engine.
https://github.com/mrchantey/beet
ai behavior bevy game-development robotics
Last synced: 14 days ago
JSON representation
A modular behavior library for the Bevy Engine.
- Host: GitHub
- URL: https://github.com/mrchantey/beet
- Owner: mrchantey
- License: apache-2.0
- Created: 2024-03-03T21:45:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T06:50:19.000Z (6 months ago)
- Last Synced: 2024-10-29T21:02:04.273Z (6 months ago)
- Topics: ai, behavior, bevy, game-development, robotics
- Language: Rust
- Homepage: https://mrchantey.github.io/beet/
- Size: 10.2 MB
- Stars: 45
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE.txt
Awesome Lists containing this project
- awesome-bevy - `beet`
README
# beet
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`](https://crates.io/crates/beet_flow) | ðĶĒ | Scenes-as-control-flow bevy library for behavior trees etc |
| [`beet_spatial`](https://crates.io/crates/beet_spatial) | ðĢ | Extend `beet_flow` with spatial behaviors like steering |
| [`beet_ml`](https://crates.io/crates/beet_ml) | ð | Extend `beet_flow` with machine learning using `candle` |
| [`beet_sim`](https://crates.io/crates/beet_sim) | ð | Extend `beet_flow` with generalized simulation tooling like stats |
| [`beet_rsx`](https://crates.io/crates/beet_rsx) | ð | Cross domain authoring tools |
| [`beet_router`](https://crates.io/crates/beet_router) | ð | File based router for websites |
| [`beet-cli`](https://crates.io/crates/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 |