[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ruby to create GUI

Xx Xx

12/18/2008 11:00:00 AM

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?

thanks in advance! :)
--
Posted via http://www.ruby-....

1 Answer

Alex Fenton

12/18/2008 11:38:00 AM

0

Xx Xx wrote:
> 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.f...) 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.ruby...) or Ruby-GNOME2
(http://ruby-gnome2.sourc...). They are both very capable and
have decent documentation.

An additional option is Shoes (http://sh...). It is very
lightweight, but you cannot use it with the One-click installer.

There are other options; my forthcoming report on a recent GUI survey
will provide more information on current patterns of usage.

a