Marc-antoine Kruzik wrote: > Hello, I'm french, sorry for my mistakes. > > I would like to do 3D with Ruby. > > I tried Ogre.rb, but this project requires a lot of other gems to be > installed, and there are still some files missing. Can't I just download > a ready-to-use sample ? > It's a lot of work to install all these files and I'm not even sure it > will be working at last. > > > So, I'm looking for the easiest way to use a 3D library with Ruby. > Not especially Ogre.rb, because I just want to do 3D with Ruby. Any 3D > library will be ok. :) The GL gears example exists for ruby (gears.rb). I have a copy lying around, and it still runs. You should be able to find it through Google. Comments in source say: # 2005-05-01 Ruby version by Arto Bendiken based on gears.c rev 1.8. # 2005-01-09 Original C version (gears.c) by Brian Paul et al. # http://cvs.freedesktop.org/mesa/Mesa/progs/demos/gears.c?rev=1.8 -- Posted via http://www.ruby-forum.com/.