Initial flame_lua_runtime package

This commit is contained in:
gem
2026-06-07 22:53:58 +08:00
commit 733b2fb798
262 changed files with 28439 additions and 0 deletions

9
CHANGELOG.md Normal file
View File

@@ -0,0 +1,9 @@
# Changelog
## 0.1.0
- Initial extracted package skeleton for `flame_lua_runtime`.
- Added public API barrel with `LuaGameWidget`, `FlameLuaGame`, `RuntimeOptions`, package repositories, and script engine interfaces.
- Added shared Runtime Lua helper assets.
- Added manifest-driven package/resource/module loading support.
- Added Runtime commands, rendering nodes, package activation, and Lua bridge infrastructure.