Which graphical/gui library is used for ruby?

Is it opengl?
Or qt or gtk or something else?

Suppose i want to do something like drag a division/panel to another
panel/division.

I use gtk. I’d suggest looking at my program, visualruby:

You’d use the glade interface designer to build forms, and ruby to
animate them. There are several options including gtk, QT, Tk, wxRuby,
shooooes, but you have to write all the code yourself. That’s why I
wrote visualruby.

Yours,
Eric C

hi gmspro-

i’ve also used gtk2 - it’s extensive and looks good, though the code
can get a bit lengthy and ‘weird’ at times.

make sure to check out Shoes!! it’s easy to use, multi-platform, and
has a great community for questions and support…

http://shoesrb.com/

  • j

Tk, from Windows RubyInstaller… nice and easy.

Il giorno Thu, 19 Apr 2012 11:05:53 +0900
gmspro gmspro [email protected] ha scritto:

Is it opengl?
Or qt or gtk or something else?

Suppose i want to do something like drag a division/panel to another
panel/division.

I use Qt with qtruby and I like it very much.

Stefano

It is very easy to use

Iván Vilches B.

El 08-05-2012, a las 14:11, “Roger P.” [email protected]
escribió:

Depends where you want to run it.
I’ve heard good things about Qt, and I use swing wrapper currently:

http://en.wikibooks.org/wiki/Ruby_Programming/GUI_Toolkit_Modules
compares some.

Am 19.04.2012 04:05, schrieb gmspro gmspro:

Is it opengl?
Or qt or gtk or something else?

Suppose i want to do something like drag a division/panel to another
panel/division.

I’m quite happy with wxruby (http://wxruby.rubyforge.org)

Vale,
Marvin

me will be more happier with an newer wx port