|
|
||
|
Hi,
I'm currently working on a LUA-Win32 GUI toolkit with native API bindings.
Please let me know what you guys think about it!
Regards, Michael Wolf
ps: Please excuse my poor English...
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.