https://github.com/msvbg/utilon
A utility AI library for Bevy
https://github.com/msvbg/utilon
Last synced: about 1 year ago
JSON representation
A utility AI library for Bevy
- Host: GitHub
- URL: https://github.com/msvbg/utilon
- Owner: msvbg
- Created: 2024-10-29T19:47:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T17:48:54.000Z (over 1 year ago)
- Last Synced: 2025-04-26T08:45:03.378Z (about 1 year ago)
- Language: Rust
- Size: 130 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# utilon
> [!WARNING]
> This library is an experiment and I make no guarantees about anything whatsoever. If it turns out to be a good idea I might write docs and publish a crate.
Utilon is a utility AI library for Bevy. It takes inspiration from [big_brain](https://github.com/zkat/big-brain) and [bevy_observed_utility](https://github.com/ItsDoot/bevy_observed_utility), but tries to be simpler, more performant, and/or require less boilerplate.
## Design goals
- Actions are components on entities, and there is no hierarchy or order of operations.
- Scores can be cached automatically.
- State transitions can be hooked into via observers, and are otherwise handled automatically.
- Behaviors support both static and dynamic configuration. Response curves can be tweaked at runtime.