2 unstable releases
0.2.0 | Sep 13, 2024 |
---|---|
0.1.0 | Apr 19, 2024 |
#516 in Game dev
690KB
1.5K
SLoC
bevy_koto
Koto scripting support for the Bevy game engine.
Current State
This crate is serves as a proof of concept of integrating Koto with Bevy.
You can see it in action by running the demo application:
cargo run --example demo
Video of the demo in action:
It's still early in development and hasn't been used outside of toy projects, use at your own risk!
Your feedback is welcomed, please feel free to reach out via issues, discussions, or the Koto discord.
Features
- Modular plugins exposing various levels of integration.
- Hot-reloading of Koto scripts using Bevy's asset system
- Mapping between Koto and Bevy entities
- Plugins for some useful Koto libraries like
color
,geometry
, andrandom
. - Proof of concept plugins for scripted animation of 2d shapes.
Supported Versions
bevy_koto |
bevy |
koto |
---|---|---|
v0.2 |
v0.14 |
v0.14 |
v0.1 |
v0.13 |
v0.14 |
Dependencies
~45–81MB
~1.5M SLoC