lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I want to build a GUI Toolkit for Win32.
1)implemented in Lua with simple C support(such as CreateWindow,
DestroyWindow, SetWindowParent, SetWindowText)
2)prototype-based object system
3)abstract layout model(maybe like IUP, but implemented in Lua)
4)full integrated with native controls

It's only an idea.
Thanks for suggestions about the topic.