[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

A Game Engine for Ruby somewhere ?

user@domain.invalid

1/14/2007 1:56:00 PM

Hello, I'm still looking for a Game engine, or at least a 3D engine for
Ruby (not a raw opengl binding)

Thanks
1 Answer

gga

1/15/2007 4:16:00 PM

0


Zouplaz schrieb:

> Hello, I'm still looking for a Game engine, or at least a 3D engine for
> Ruby (not a raw opengl binding)
>
> Thanks

Irrlitch (spelling?) has some ruby bindings.
Shattered Ruby is a MVC binding for OGRE.

Note that these bindings are not final (neither are the engines), so
maintaining them is still a moving target. You may need to still
become familiar with C++/SWIG to solve issues.