Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby GUI (non-complex layouts)

I've done quite a bit of research on Ruby GUI design, and it appears to be the one area where Ruby tends to be behind the curve. I've explored the options of MonkeyBars, wxRuby, fxRuby, Shoes, etc. and was just wanted to get some input from the Ruby community.

While they're definitely usable, the development on each seems to have fallen off. There is not a great deal of useful documentation or user bases that I could find on any (minus the fxRuby book). I'm just looking to make a simple GUI, so I don't really want to spend hundreds of hours learning the intricacies of the more complex tools or attempt to use something that is no longer even being developed (Shoes is the type of application I'm looking for, but it's extremely buggy and not being actively developed.) Out of all of the options, which would you guys recommend as being the quickest to pick up and that still has some sort of development base?

Thanks!

like image 415
Ruby Novice Avatar asked May 17 '10 16:05

Ruby Novice


1 Answers

I don't know what you mean by Shoes being extremely buggy. It works perfectly fine for building your own little application :-) Yes there are problems with shoes3 and packaging/installer. However the community is one of the nicest I ever saw. Always nice and helpful figuring out problems. You can reach the mailing list at [email protected].

If you're looking for basic information Nobody Knows Shoes and the shoes manual are your best friends.

However we are currently working on shoes 4 - which is a complete rewrite having multiple backends in mind - first backend being jruby/swt

So I would definitely recommend shoes :-)

Shoes on!

like image 186
PragTob Avatar answered Sep 18 '22 00:09

PragTob