Sample games using Ruby + OpenGL
- Ruby 1.8.7 (tested at p330)
- ruby-opengl (tested at 0.60.1)
For RVM(Ruby Version Manager user, type below.
$ rvm install 1.8.7
$ rvm use 1.8.7
$ rvm gemset create opengl
$ rvm gemset use opengl
$ gem install ruby-opengl
and run ruby script.
$ ruby touch_cubegame.rb