ruby-opengl
===========
[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.
[ruby-opengl]: http://rubyforge.org/projects/ruby-opengl/
[OpenGL]: http://www.opengl.org/
[GLUT]: http://www.opengl.org/documentation/specs/glut/spec3/spec3.html
[Yoshi's ruby-opengl]: http://www2.giganet.net/~yoshi/
Latest release: 0.40.1 (July 19, 2007)
-----------------
Changes in this release:
* Fixed build problems on Mac OS X
Previous release: 0.40 (July 18, 2007)
-----------------
Changes in this release:
* Support for OpenGL 2.0
* Support for Windows platform
* New automatic testsuite
* Large number of bugfixes
Current project status (SVN):
-----------------
* Supports OpenGL 2.0 and 2.1
* Compiles and runs on GNU/Linux, Mac OS X and Windows
* Some extensions are supported
* No useful documentation yet