Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Does someone create real desktop GUI application with shoes or is it just used for learning purposes? Can shoes be compared with qtruby or gtk for ruby?

share|improve this question
Relatively vague question. I have no experience to judge Shoes toolkit and its support and perspective, only I can add Ruby-GNOME2 (ruby-gnome2.sourceforge.jp) find very mature. – David Unric Jul 17 '11 at 22:17

3 Answers

up vote 3 down vote accepted

What, for you, would make a "real" application?

Here's a comparison between Shoes and qtruby.

share|improve this answer
by real applications I mean those which are not created for learning purposes. so, what's your choice of GUI toolkit? – Sergey Jul 17 '11 at 18:12
I don't have one, I haven't needed to create any cross-platform apps. But I've seen Shoes before and I don't see why it would be any less legitimate than others. – jtbandes Jul 17 '11 at 18:20
OK, thanks for your opinion, waiting for others – Sergey Jul 17 '11 at 18:36
1  
+1 Sometimes people get confused because of _why's funny tone for development in general, but he's the author of many important and production-ready gems (like hpricot for example) – Pablo Fernandez Jul 17 '11 at 23:14

Yes it is a serious toolkit and it is being developed all the time though slowly. Now you can even use a shoes "clone" as a gem e.g. green shoes

share|improve this answer

Shoes rocks... greenShoes is a nice combination of gtk and Shoes. you can definitely make "real desktop applications" with it. there's a bit of a learning curve, as with any toolkit... but what really helps is that there is a strong community with great advice - fool around with it some, and get yourself onto the mailing list with questions/comments/advice/code - http://librelist.com/browser/shoes/ - http://www.linuxquestions.org/questions/programming-9/shoes-forum-[ruby-gui]-849302/

here's the manual: shoesrb.com/manual/Hello.html

some great examples: shoes-tutorial-note.heroku.com/

some more examples: github.com/lljk/shoes-stuff

  • jk
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.