On Tue, 2008-02-19 at 22:36 -0500, yitzle wrote: > Hi > I decided throwing a GUI on Perl would be fun so I want to make a Connect > Four. > Which GUI module would you advise? It seems the major contenders are > GTK, GTK2/GTK+ and Tk. > Tk seems to have the simplest interface which is nice, but it sure > doesn't look as pretty as GTK. > I took a peek at the GTK+ docs and, using a C-like API, it looks > pretty cumbersome.
I disagree strongly. The API is very nice and in particular the Perl bindings on top of it are superb. Go with Gtk2 ... seriously. I've written lots of Gtk2-Perl apps that run on Linux, Windows and OS-X, and they all run great. See http://entropy.homelinux.org/axis for some screenshots of inhouse systems, and also some of my open-source stuff. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/