in reply to good stable GUI library?
I envision that eventually there will be a very good GUI-designer program written for it, which will surpass Glade in functionality and bring it on par with Visual C/C++.
Tk is still easier for a beginner to learn, and gain the satisfaction of setting up a simple gui frontend for themselves, and Tk is still the closest thing to "cross-platform" out there. When someone wants Tk on Windows, it's an easy answer....ActiveState. Gtk2 is not so easy on Windows.
From the underlying libraries which are being developed, it seems that the choices are Gtk2 or Qt. Considering how popular Qt is (KDE etc), there sure isn't much interest in the perl bindings to the Qt libs. So that leaves Gtk2, which has very active development in the perl bindings.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: good stable GUI library?
by runrig (Abbot) on Oct 20, 2005 at 18:25 UTC | |
Re^2: good stable GUI library?
by TGI (Parson) on Oct 20, 2005 at 21:20 UTC | |
by muppet (Initiate) on Oct 21, 2005 at 02:34 UTC |