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)
- Host: GitHub
- URL: https://github.com/knu/rsdl
- Owner: knu
- Created: 2009-04-29T09:07:14.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T16:55:44.000Z (about 11 years ago)
- Last Synced: 2025-03-18T11:05:23.712Z (over 1 year ago)
- Language: Ruby
- Homepage: http://www.kumaryu.net/?%28Ruby%29+Ruby%2FSDL%CD%D1ruby
- Size: 130 KB
- Stars: 14
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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