Project

rsdl

0.01
No commit activity in last 3 years
No release in over 3 years
RSDL is an SDL initialized ruby interpreter which makes SDL applications possible to run on such platforms as Mac OS X where SDL needs to be initialized before a ruby interpreter is invoked.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.9
~> 10.0
 Project Readme

rsdl

rsdl - SDL initialized ruby interpreter

Requirements

  • ruby 1.8 or later
  • libsdl

Installation

gem install rsdl

Or

ruby extconf.rb
make
sudo make install

Usage

Run your script with rsdl instead of ruby.

rsdl myscript.rb

License

Ruby's License

Copyright Information

Originally written by: Copyright (C) 2009 Ryuichi Sakamoto

Modified and packaged by: Copyright (C) 2009 Akinori MUSHA