jarkonik / bevy_scriptum

📜 A plugin for Bevy that allows you to write some of your game logic in a scripting language.
https://jarkonik.github.io/bevy_scriptum/
Apache License 2.0
84 stars 4 forks source link

Lua support #16

Closed jarkonik closed 5 months ago

jarkonik commented 5 months ago

Adds support for Lua scripting language, makes the library more generic and extensible for adding support for more languages and a lot of smaller fixes and improvements