[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua GUI library
- From: Alex Sandro Queiroz e Silva <ventonegro@...>
- Date: Wed, 06 Jul 2005 09:06:26 -0300
Hallo,
Someone pointed out that the best approach for a Lua GUI library
was to just do low level in C and all the drawing in Lua (sorry for
breaking the thread, I've deleted that email). One possible solution is
to write a wrapper for GDK. GDK is the basis for GTK, and contains all
the low-level stuff.
-alex