pbosetti / ruby-opengl

Rebirth of ruby-opengl, aimed at running on Ruby 1.9.x and available as gem (ruby-opengl2)
MIT License
15 stars 2 forks source link

ruby-opengl

Foreword (December 20, 2011)

This is a modernization of the glorious but unmaintained ruby-opengl version, aimed at making it compatible with ruby 1.9.x series. At the moment, it successfully compiles on OS X Lion and Debian 6.0.3.

Official ruby-opengl2 page is on GitHub. The library is also available as a gem:

$ gem install ruby-opengl2

To stay backward-compatible with the old gem, you stiil have to require "ruby-opengl".

Many thanks to the original authors.

Original comments

ruby-opengl consists of Ruby extension modules that are bindings for the OpenGL, GLU, and GLUT libraries. It is intended to be a replacement for -- and uses the code from -- Yoshi's ruby-opengl.

It's licensed under the MIT license. Please see the included MIT-LICENSE file for the terms of the license.

To Do

rake test still gives some errors. They have to be taken care of.

Current release: 0.60.5 (February 16, 2009)

This is maintenance release.

Changes in this release:

Previous release: 0.60.0 (January 6, 2008)

Changes in this release: