I've just released Ogre.rb 0.2. Get it via Gem, or download it straight from the Rubyforge page at:
http://ogrerb.rubyforge.org
-- New in 0.2 --
* Built against Ogre 1.4.4
* Almost all of Ogre's API is now wrapped, albeit in many places very basically
* Unit testing framework!
-- Installation --
Installation is as simple as can be expected:
gem install ogrerb
Win32 and source builds are up, Mac and Linux (32- and 64-bit) will be
coming shortly. As these are pre-built binary libraries, the install
may take 10 minutes or more depending on connection speed.
Samples are available in the Source tar, a separate Samples download, and in the SVN repository:
svn co svn://
rubyforge.org/var/svn/ogrerb/trunk
-- Running the samples --
Running the sample applications is as simple as making sure your system
knows where the Ogre libraries and plugins are installed. On Windows
this requires setting of the PATH environment variable, and on *nix
setting of the LD_LIBRARY_PATH variable if Ogre is installed in a
custom location.
Ogre.rb also assumes prior knowledge of the Ogre rendering engine and
running Ogre applications. For those that are unfamiliar with Ogre, all
you need to do to run the samples is to edit plugins.cfg and set the
correct paths.
-- Ogre.rb development --
Build instructions are located in the README. For feature requests,
patch submissions, bug reports, or general questions please use the
Rubyforge project tracker.
Enjoy
Jason