sdl2-win93

Ruby/SDL2 is an extension library to use SDL 2.x (Simple DirectMedia Layer). SDL 2.x is quite refined from SDL 1.x and API is changed. This library enables you to control audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video using opengl or Direct3D. Ruby/SDL is used for games and visual demos.


License
LGPL-3.0
Install
gem install sdl2-win93 -v 1.0.0

Documentation

Ruby/SDL2

The simple ruby extension library for SDL 2.x.

Install

Before installing Ruby/SDL2, you need to install:

After installing these libraries, you can install Ruby/SDL2 by gem command as follows:

gem install ruby-sdl2

Alternatively You can also install the master version of Ruby/SDL2 from github:

git clone https://github.com/ohai/ruby-sdl2.git
cd ruby-sdl2
rake gem
gem install pkg/ruby-sdl2-x.y.z.gem

Document

License

LGPL v3 (see {file:COPYING.txt}).

Author

Ippei Obayashi ohai@kmc.gr.jp