hce wrote: > Hi, > > Sorry for an off topic, but for your opinion. I am going to work on > GUI programming using C++ and running on both Debian platform and > Window. Which GUI package is popular, QT4, OpenGL, or something else? > > Thank you. > > Kind Regards, > > Jim
You should have a look at the FOX toolkit, which is perfectly cross-platform, perfectly stable and well supported. www.fox-toolkit.org There are also good language bindings for FOX, like for Ruby, with the FXRuby library. www.fxruby.org A beta book on FXRuby is about to be released, by the way. http://www.pragprog.com/titles/fxruby Regards, Philippe Lang