[Gui] Which GUI is available with Ruby?

Hi again!

Othew newbie question :slight_smile:

I'd like to develop programs with graphical user interface. Which guis
are available with ruby? And where can i find a tutorial for them?

Thanks.

PD: Over linux XD

···

--
Posted via http://www.ruby-forum.com/.

Please google for this. I have seen four discussions about this in the
last month, so there are recent relevant hits.

-austin

···

On 11/15/06, Flaab Mrlinux <flaab_mrlinux@hotmail.com> wrote:

Hi again!

Othew newbie question :slight_smile:

I'd like to develop programs with graphical user interface. Which guis
are available with ruby? And where can i find a tutorial for them?

--
Austin Ziegler * halostatue@gmail.com * http://www.halostatue.ca/
               * austin@halostatue.ca * You are in a maze of twisty little passages, all alike. // halo • statue
               * austin@zieglers.ca

* Flaab Mrlinux, 11/15/2006 10:55 PM:

Which guis are available with ruby?

OS(s)?

Jupp

I'd like to develop programs with graphical user interface. Which guis
are available with ruby? And where can i find a tutorial for them?

I've used Tk and Fox (http://www.fox-toolkit.org/\), both of which are
very good and run on both windows and Linux. But of late I have
switched to RubyGtk2
(http://ruby-gnome2.sourceforge.jp/hiki.cgi?Ruby%2FGTK\) which I like
even better than the other two.

There are other GUI systems, however. Check out the new Ruby Way book
for intro examples.

Bill