From: Dirk Traulsen Date: 2008-02-01T23:45:16+09:00 Subject: Re: GUI for a newbie Am 1 Feb 2008 um 7:07 hat Matthew Borgeson geschrieben: > I really want just nice-looking, cross platform apps (thus > my decision for Qt) in the least amount of time possible...thus my choice > of the aforementioned three Qt is a good choice, but did you have a look at WxRuby? Unlike Gtk or Tk, it is truly cross-platform with native look and feel, because it uses the native tool kits of the platform, for example Windows widgets on Win32, Aqua on OS X and GTK on Linux. Have a look: http://wxruby.rubyforge.org/wiki/wiki.pl?ScreenShots It is just a gem away: gem install wxruby Dirk