public
Description: The interpreter wrapper for Ruby/SDL (written by kumaryu)
Homepage: http://www.kumaryu.net/?%28Ruby%29+Ruby%2FSDL%CD%D1ruby
Clone URL: git://github.com/knu/rsdl.git
knu (author)
Thu Oct 29 05:21:21 -0700 2009
commit  01f55a730cc03168788903b88ec1f797e43043c9
tree    38f936636d1d85d9640e518a1c374649b4faa956
parent  80658553541b6d96d73e497cbd823e9affbe9fc8
rsdl /
name age message
file .gitignore Thu Oct 29 05:20:57 -0700 2009 Gemify. [knu]
file Makefile.in Sat May 02 07:11:15 -0700 2009 Merge from rsdl 0.1.1. (just whitespace diffs) [knu]
file README.rdoc Thu Oct 29 05:20:57 -0700 2009 Gemify. [knu]
file Rakefile Thu Oct 29 05:20:57 -0700 2009 Gemify. [knu]
file VERSION Thu Oct 29 05:21:21 -0700 2009 Version bump to 0.1.2 [knu]
directory bin/ Thu Oct 29 05:20:57 -0700 2009 Gemify. [knu]
file extconf.rb Thu Oct 29 05:04:10 -0700 2009 Rename configure.rb to extconf.rb. [knu]
file rsdl.c.in Wed Apr 29 02:10:38 -0700 2009 Import rsdl-0.1.0. [knu]
directory test/ Thu Oct 29 05:20:57 -0700 2009 Gemify. [knu]
README.rdoc

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
  mail: kumaryu __at__ kumaryu.net

  Modified and packaged by:
  Copyright (C) 2009 Akinori MUSHA
  mail: knu __at__ idaemons.org