An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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`](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 |