Systems to provide bindings to scripting languages, and automatically run scripts in those languages.
- data
- scripts: list of scripts to run for an entity
- helpers
- init_bindings: initialize the bindings for a language
- register_component: register a component with a language
Sub-libraries:
- kengine_scripting_imgui_prompt: display an ImGui window with a prompt to evaluate expressions
- kengine_scripting_lua: Lua bindings
- kengine_scripting_python: Python bindings