From BlenderWiki

Jump to: navigation, search

[edit] UI Library

[edit] Dependency

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

[edit] 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