issues
search
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
Add ScriptingRuntime trait, add Lua support
#3
Closed
jarkonik
closed
5 months ago
jarkonik
commented
1 year ago
Proposed Changes
adds support for lua
adds
ScriptingRuntime
trait, which allows downstream implementers to add custom scripting runtime for scripting in any language
add
add_script_runtime
function, which allows adding instance of
ScriptingRuntime
object to Bevy app
Proposed Changes
ScriptingRuntime
trait, which allows downstream implementers to add custom scripting runtime for scripting in any languageadd_script_runtime
function, which allows adding instance ofScriptingRuntime
object to Bevy app