From: FireAphis Date: 2007-11-18T21:20:00+09:00 Subject: Re: GUI and ruby On Nov 18, 2:06 pm, Thomas Adam wrote: > Hello -- > > On 18/11/2007, Jonathan Hudson wrote: > > > Glade. Ruby + Gtk2 + glade make UIs a breeze. > > I don't mind Tk -- that has the advantage of being in the core, too. > > -- Thomas Adam Yeah. Actually that is its biggest advantage. You have to download a bunch of libraries from different sources to make Gtk2 run with ruby. It took me a while to configure all the components correctly (well, in my case I needed some more libraries than usually required). Tk on the other hand is already there, ready to be used. If your GUI is small and practical Tk is excellent. FireAphis