1 unstable release

0.1.0 Apr 19, 2024

#754 in Game dev

Download history 112/week @ 2024-04-15

112 downloads per month

MIT license

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 example application:

cargo run --example demo

Playing around with the bevy_koto demo

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, and random.
  • Proof of concept plugins for scripted animation of 2d shapes.

Supported Versions

Bevy: v0.13 Koto: v0.14

Dependencies

~45–84MB
~1.5M SLoC