amethyst / amethyst/bracket-lib
Support a script language
Open
enhancement
- Dominant language
- Rust
- Stars
- 1.7k
- Forks
- 126
- PR merge metrics
- No merged PRs in 30d
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.