Open
Description
A scripting system allows game customization without recompile rust code, improving speed on the game testing.
It would be good if:
- A script runner that runs another language (Lua, Python, etc)
- Scripts can create ECS systems and use the ECS capabilities
- Scripts can create arbitrary data structures
- Close to no speed overhead