Crates.io | bevy_rhai |
lib.rs | bevy_rhai |
version | 0.3.0 |
source | src |
created_at | 2022-04-12 15:58:39.60099 |
updated_at | 2022-04-23 18:32:30.414691 |
description | An easy way to integrate Rhai with Bevy. |
homepage | |
repository | https://github.com/leonskidev/bevy_rhai |
max_upload_size | |
id | 566512 |
size | 103,976 |
Bevy Rhai is an easy way to integrate and use Rhai with Bevy. It provides everything you need to get started, all you need to do is write the APIs and run the scripts.
This is very early on in development and so stuff might be missing, feel free to open an issue or PR if you want to see something added. At the moment, everything here is from using the plugin in a personal project.
How versions of Bevy Rhai relate to Bevy versions.
Bevy | Bevy Rhai |
---|---|
0.7 | 0.2–0.3 |
0.6 | 0.1 |
All code in this repository is dual-licenced under either:
at your option. This means you can select the licence you prefer! Please see the LICENCE file for more information.