I am investigating cross-platform GUI toolkits with Ruby bindings.

wxRuby appears to be a pretty good one, but I am wondering if it has bindings for Ruby 1.9.2.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 3 down vote accepted

It does work with 1.9.2, but you have to install it this way

gem install wxruby-ruby19

Otherwise, it will not work on 1.9.2. I'm on 1.9.2 and it took me quite awhile to figure that out how to get it installed correctly. Anyways, I have used it and think that it is pretty good, although I had not used any other GUI frameworks in Ruby.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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