Is there a way to do ui with ruby on snow leopard(64 bit)?
On Nov 17, 2010, at 6:59 PM, John S. [email protected] wrote:
Is there a way to do ui with ruby on snow leopard(64 bit)?
MacRuby binds Ruby 1.9 with Cocoa and runs 64-bit.
Jose
Jose Hales-Garcia
UCLA Statistics
There are many GUI toolkits for ruby:
- Shoes (disclaimer: I’m a maintainer)
- wxWidgets
- qtruby
- ruby-gnome
And others. If you want to stick with OSX only, there’s even MacRuby,
which has Cocoa integration.