Ruby/GLEW provides GLEW ( http://glew.sf.net ) bindings for Ruby,
allowing you to use OpenGL extensions such as shaders, rectangular
textures and framebuffer objects in your Ruby/OpenGL apps.
Download: http://rubyforge.org/frs/?group_id=715
Release Name: 0.0.3
glewExperimental toggle support
(GLEW.experimental = true before GLEW.Init)
test_support.rb tests GLEW.IsSupported
Bugfix for FBO functions that had too few args.
Tested FBO functions, seem to work.
________________________________________________________________________