PDA

View Full Version : GUI toolkit for Ruby


_asc_
November 6th, 2006, 08:16 AM
Hello!

Since I'm starting to take my first steps in Ruby, I would like to know which GUI-toolkits are available for Ruby, which one you are using/recommending and why?

Links to tutorials are welcome as well ;)

nereid
November 6th, 2006, 08:29 AM
Tk bindings are integrated in every Ruby installation, this means that you only need the Tk toolkit installed on your system. There are also bindings for GTK and Qt but you have to install these bindings seperatly.

_asc_
November 7th, 2006, 04:33 AM
Thank you for your reply. I guess I'll give the GTK bindings a try.