To build GUI for Ruby

Please suggest me the best tool for building GUI for Ruby

http://en.wikibooks.org/wiki/Ruby_Programming/GUI_Toolkit_Modules
has a long list.

I use jruby wrapping swing :slight_smile:
-r

well, I’m on Windows and with the last ‘Ruby Installer for Windows’ (
http://rubyinstaller.org/ ) I used, there was an option to also install
TK 8.5, so I tried it. and it’s really nice… :slight_smile:

(thanks to have it included in the installer…!! )

you can find docs and tutorial here : http://www.tkdocs.com/

Thanks a lot Fred for giving me this information. I am finding it very
useful

Thank You Roger…