Ruby GUI?

I am just playing with Ruby at the moment, although seriously enough to
buy a couple of books, so I am still in the command line learning mode
(on
Linux).

I was wondering what Ruby folks use to build gui apps. I notice that TK
sort of supports Ruby, but I haven’t found much documentation on that
yet.
Possibly QT?

Anybody?

Thanks
EVMan

On Aug 6, 10:04 am, EVman [email protected] wrote:

Thanks
EVMan

There’s Tk, Qt, GTK, Fox, Wx, and other more obscure widget sets. Like
WideStudio. If you search through the Ruby Application Archive you can
scope some of these out. As for the best, it depends on your
preferences — lightweight versus heavyweight, more object oriented
versus more primitive, etc.

Alle lunedì 6 agosto 2007, EVman ha scritto:

Thanks
EVMan

There are very good ruby bindings for Qt, both 3 and 4 and also for KDE
3, if
you’re interested in it. The project is at
http://rubyforge.org/projects/korundum. Regarding documentation, you can
use
the documentation provided for the C++ Qt library, looking at the site
http://developer.kde.org/language-bindings/ruby/index.html for the
peculiarities of the ruby version of the library.

Stefano

On Aug 6, 10:07 am, gregarican [email protected] wrote:

Anybody?

Thanks
EVMan

There’s Tk, Qt, GTK, Fox, Wx, and other more obscure widget sets. Like
WideStudio. If you search through the Ruby Application Archive you can
scope some of these out. As for the best, it depends on your
preferences — lightweight versus heavyweight, more object oriented
versus more primitive, etc.

Forgot to give my $0.02 US. Personally the Qt widget set fit my way of
development the best. For Windows it can be more restrictive (license
wise) and tougher to work with using Ruby (compiling) but it seemed to
do the job…

I’d suggest JRuby/Swing, for crossplatform compatibility.

Ken

EVman wrote:

Anybody?

Thanks
EVMan

EVman wrote:

Thanks
EVMan

Try on some shoes from _why! Ultra simple little gui toolkit that
seems great for learning.

http://code.whytheluckystiff.net/shoes

Try on some shoes from _why! Ultra simple little gui toolkit that
seems great for learning.

http://code.whytheluckystiff.net/shoes

Hmm. Now how to make it work like an iPhone?

… (-;