Expand description
bevy_kot
: koe’s Bevy toolkit
A collection of tools I built to make my life easier.
Contents
UI
- UI interaction tools for
bevy_lunex
, with a robust backend for handling arbitrary interaction sources. Very powerful and versatile.
ECS
- System callers for invoking systems as if they were functions (requires
&mut World
). I mainly usesyscall
. - Callbacks for entities.
- Utilities for adding/removing components on entities (requires
&mut World
).
Help Wanted
The more UI examples, the better. Please submit new UI examples highlighting specific designs or patterns. All levels of complexity are welcome, and I will not be a stickler for formatting or code quality.
Bevy compatability
bevy | bevy_simplenet |
---|---|
0.11 | master |