An open API service indexing awesome lists of open source software.

https://github.com/knu/rsdl

The interpreter wrapper for Ruby/SDL (written by kumaryu)
https://github.com/knu/rsdl

Last synced: about 1 year ago
JSON representation

The interpreter wrapper for Ruby/SDL (written by kumaryu)

Awesome Lists containing this 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