Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 542 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 542 Bytes

Ruby OpenGL Works

Sample games using Ruby + OpenGL

Requirements

  • Ruby 1.8.7 (tested at p330)
  • ruby-opengl (tested at 0.60.1)

How To Start

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

How To Use

touch_cubegame.rb