[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

What GUI toolkit do you use and why?

Hey You

4/10/2007 1:02:00 AM

Well I have developed GUIs in Python using wxPython so I am not too new
to GUI building but I was wondering which GUI toolkit do you guys use? I
have googled GUI toolkits and I am pretty impressed with the "fxRuby"
toolkit but which ones do you guys suggest?

--
Posted via http://www.ruby-....

2 Answers

Alex Fenton

4/10/2007 3:27:00 AM

0

Hey You wrote:
> Well I have developed GUIs in Python using wxPython so I am not too new
> to GUI building but I was wondering which GUI toolkit do you guys use?

This thread comes up fairly frequently; it's worth searching the list archives, though bear in mind that some posts may be out of date now.

If you've used wxPython before, you might consider wxRuby (http://wxruby.rub...) which is a binding to the same library. Historically it has been less mature and complete than other bindings but has had a lot of development over the past twelve months.

> have googled GUI toolkits and I am pretty impressed with the "fxRuby"
> toolkit but which ones do you guys suggest?

fxRuby is widely used and is a robust port; QtRuby and Ruby-gtk are both excellent GUI toolkits for ruby. They all have strengths and weaknesses and in the end it will depend on your criteria; things you might consider:

- documentation and samples
- the aesthetics and behaviour of the toolkit on different platforms
- range of widgets, particularly the ones you definitely need
- maturity, stability and completeness
- community and development activity
- style of the API
- ease of installation on different platforms

hth
a

Reid Thompson

4/10/2007 12:43:00 PM

0

Hey You wrote:
> Well I have developed GUIs in Python using wxPython so I am not too new
> to GUI building but I was wondering which GUI toolkit do you guys use? I
> have googled GUI toolkits and I am pretty impressed with the "fxRuby"
> toolkit but which ones do you guys suggest?
>
>
which:
http://ruby-gnome2.sourceforge.j...

why:
http://ruby-gnome2.sourceforge.j...?ruby-glade-create-template
http://ruby-gnome2.sourceforge.j...?Ruby-GNOME2+API+Reference
http://ruby-gnome2.sourceforge.j...?tutorials
http://ruby-gnome2.sourceforge.j...?Samples