8

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?

Sergey
  • 11,548
  • 24
  • 76
  • 113
  • Relatively vague question. I have no experience to judge Shoes toolkit and its support and perspective, only I can add Ruby-GNOME2 (http://ruby-gnome2.sourceforge.jp/) find very mature. – David Unric Jul 17 '11 at 22:17

3 Answers3

4

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

Here's a comparison between Shoes and qtruby.

jtbandes
  • 115,675
  • 35
  • 233
  • 266
3

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

kwicher
  • 2,092
  • 1
  • 19
  • 28
3

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
lljk
  • 31
  • 2