i already installed ruby one-click installer and would like to create
simple application with GUI. Can ruby do this? or do i need to install
any software?
Any documentation about this?
i already installed ruby one-click installer and would like to create
simple application with GUI. Can ruby do this? or do i need to install
any software?
If you've installed one-click Ruby, you already have FxRuby (http://www.fxruby.org/\) and Ruby/Tk available to you. They have their drawbacks, but both are fine for simple GUI development for your own use.
For more complex Ruby GUI development, you might want to look into one of the bigger, more sophisticated libraries. They offer more widgets and a more polished appearance. I'd suggest either wxRuby (http://wxruby.rubyforge.org/\) or Ruby-GNOME2 (http://ruby-gnome2.sourceforge.jp/\). They are both very capable and have decent documentation.