[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: GUI Toolkit for Win32
- From: CHU Run-min <churunmin@...>
- Date: Thu, 5 Jan 2006 01:43:45 +0800
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.