Project

sdl2-win93

0.0
No release in over 3 years
Low commit activity in last 3 years
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.8
~> 10.0
 Project Readme

Ruby/SDL2

Gem Version

The simple ruby extension library for SDL 2.x, forked from the ruby-sdl2 gem.

Installation

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

Documentation

License

Licensed under LGPLv3.0 (see COPYING.txt)

Contributors

  • Alex Gittemeier (Fork maintainer)
  • Ippei Obayashi ohai@kmc.gr.jp (Upstream maintainer)
  • @furunkel (Project modernization)