Dev:Ref/Requests/Internal Refactor/UI Library

提供: wiki
< Dev:Ref‎ | Requests‎ | Internal Refactor
2018年6月29日 (金) 02:52時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

UI Library

Dependency

  • SDL (events are hardcoded)
  • font renderer
  • imagebuffer manager

Ideas

  • UI components should be written in C++ and can wrapped for Lua
  • UI code can be implemented in Lua
  • signal-slot system in Lua instead of stateless components