Sunday, June 04, 2006

GUI alternatives to Win32

If you're looking for alternatives to Win32 for writing GUI applications, but still want to deal with windows at a low level, GTK is a pretty good choice. I've been using it to write simple GUI applications in C targeted at the Linux platform. GTK applications can also be run on Windows using the GTK+ Runtime Environment for Windows available at http://gimp-win.sourceforge.net/stable.html