Shattered: A nascent Ruby game development framework
By Peter Cooper / July 7, 2006
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..
Other Posts to Enjoy
-
Ruby’s Unary Operators and How to Redefine Their Functionality
Ruby’s Unary Operators and How to Redefine Their Functionality
-
The Split is Not Enough: Unicode Whitespace Shenigans for Rubyists
The Split is Not Enough: Unicode Whitespace Shenigans for Rubyists
-
The Mega Ruby News and Release Roundup for February 2012
The Mega Ruby News and Release Roundup for February 2012
-
A Lagom Review of O’Reilly’s ‘Sinatra Up and Running’
A Lagom Review of O’Reilly’s ‘Sinatra Up and Running’