Post by Peter Cooper on July 7th, 2006
Shattered: A nascent Ruby game development framework

- glTail: Sexy Log File Visualization using Ruby
- Game development in Ruby with Rubygame
- Using the Processing Graphics System from Ruby



It's still pretty new, but Shattered Ruby looks interesting. It's a Ruby game development framework that runs on Mac OS X, Linux, and Windows, and uses the Ogre3D libraries (which support OpenGL and DirectX) for graphics. There's even a blog. It has some pretty neat event handling:
key :pressed => [:a, :b], :action => :do_something def do_something puts "will be called when a or b is pressed" end
I want to find some time to play with this..

Click here to add on del.icio.us
Tweet This








