Cross Platform C library for GUI Apps? [closed] Cross Platform C library for GUI Apps? [closed] c c

Cross Platform C library for GUI Apps? [closed]


If you are looking for a C++ library, then Qt basically does what you are looking for. If you want to stick to pure C, then Qt is not an option.

As a C framework you could use GTK+, it works on Linux, Windows and OS X.


Take a look at the IUP Toolkit. It is written largely in C, and is also easily bound to Lua.


To complete this post Allegro has to be here =)

http://www.talula.demon.co.uk/allegro/Allegro Game Library, have many graphics functions and a basic GUI library

And an explicit gui (and very simple) Allegro based library

http://cgui.sourceforge.net/index.html

Both multi-platform