Is there a way to do ui with ruby on snow leopard(64 bit)?
···
--
Posted via http://www.ruby-forum.com/.
Is there a way to do ui with ruby on snow leopard(64 bit)?
--
Posted via http://www.ruby-forum.com/.
MacRuby binds Ruby 1.9 with Cocoa and runs 64-bit.
Jose
On Nov 17, 2010, at 6:59 PM, John Sayeau <johnsayeau@gmail.com> wrote:
Is there a way to do ui with ruby on snow leopard(64 bit)?
==============
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.