Paul Nathan
Paul Nathan

Reputation: 40319

Does wxRuby run with Ruby 1.9.2

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.

Upvotes: 1

Views: 609

Answers (1)

Paul Hoffer
Paul Hoffer

Reputation: 12906

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.

Upvotes: 3

Related Questions