Which C++ cross-platform GUI toolkit gives smallest footprint with both static and dynamic builds? I don't need a very sophisticated GUI, just basic controls & widgets. Thank you in advance.
Thank you. I found http://www.tecgraf.puc-rio.br/iup/ with small footprint too.
Viet
2009-07-06 09:56:56
+1
A:
The Tk from Tcl/Tk is well known of its small memory footprint. Details in Memory Footprint Comparisons on Tcl/Tk Wiki. Both, Tcl and Tk, are extremely simple to use with C++/Tcl and C++/Tk libraries. They were inspired by Boost.Python
mloskot
2010-01-24 02:09:23