LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Favourite Ruby GUI (https://www.linuxquestions.org/questions/programming-9/favourite-ruby-gui-801286/)

samjh 04-10-2010 08:47 PM

Favourite Ruby GUI
 
I'm getting into Ruby programming at the moment, and would like to ask what your favourite GUI library/tool is?

fbsduser 04-12-2010 07:03 PM

The gnome2 and KDE ones are good if you're going to be programming for one of those DE's, and also for general gtk2/qt programming.

tarazed 04-15-2010 02:30 AM

The default GUI toolkit, RubyTk, is very capable. Tcl/Tk has been criticised as old-fashioned, not providing some of the more complex widgets and not being object-oriented. If you need seamless integration with KDE or GNOME then maybe it is not the right choice but it is simple to use once you get to know it and is extremely configurable. One of the problems with other toolkits in my experience is the lack of support for widgets which Tk supplies and which I have come to rely on over 18 years of GUI programming in a home environment, such as the Listbox and the interactive Canvas. The Tk Canvas can generate Postscript output, invaluable when creating forms for printing. Creating a GUI under RubyTk can be a verbose task, at odds with the Ruby ethos, but those with metaprogramming skills might be able to refactor their code towards elegance and simplicity. I am still on the toe of the learning curve as far as that is concerned.

rayfward 05-04-2010 03:05 PM

GUI tools
 
Geany is quick simple to use and has instant gratification also covers many languages. What it really needs is a quick simple QT or widgets designer in the same style.

If you want a more structured environment Kdevelop Ruby.
Most disliked Eclipse.

Regards
Ray

b_unix 05-23-2010 07:45 PM

Have a look at netbeans 6.8
 
Have a look at netbeans 6.8


All times are GMT -5. The time now is 02:58 PM.