makspll / bevy_mod_scripting

Bevy Scripting Plugin
Apache License 2.0
390 stars 31 forks source link

Rune support #99

Closed baby-steve closed 7 months ago

baby-steve commented 7 months ago

This adds a ScriptHost implementation for the Rune programming language. It's essentially a copy and paste of Lua and Rhai's hosts, nothing super different or anything.

The two examples are mostly there for testing. I can remove them, change them or add new ones if you'd like.