lua-users home
lua-l archive

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



On 13 Jan '06, at 6:36 PM, CHU Run-min wrote:

Is there some links about how to design a GUI library?


Look at the APIs of existing libraries and their designs.

Also, the classic "Design Patterns" book by Gamma et al contains several patterns relevant to GUI toolkits.

--Jens