bevy_koto

Crates.iobevy_koto
lib.rsbevy_koto
version0.1.0
sourcesrc
created_at2024-04-19 11:36:52.619187
updated_at2024-04-19 11:36:52.619187
descriptionKoto support for Bevy
homepagehttps://koto.dev
repositoryhttps://github.com/koto-lang/bevy_koto
max_upload_size
id1213585
size795,571
Ian Hobson (irh)

documentation

README

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

Commit count: 11

cargo fmt