Skip to content

Ruby+OpenGLを使って作ったものを公開しておきます。

Notifications You must be signed in to change notification settings

mather/ruby-opengl-works

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ruby+OpenGLを使って作ったものを公開しておきます。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages