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

https://github.com/hajimehoshi/starruby

A 2D Game Library in Ruby
https://github.com/hajimehoshi/starruby

Last synced: about 1 month ago
JSON representation

A 2D Game Library in Ruby

Awesome Lists containing this project

README

          

Star Ruby 0.4.0 (2010-06-29)

* About Star Ruby

Star Ruby is a ruby extensional library for creating games.
You can develop SNES-like 2D games with Star Ruby.

* Dependent Libraries

- Fontconfig (Optional)
- libfreetype
- libGL / libopengl32
- libpng
- libogg
- libruby18 / libruby19
- libvorbis
- libvorbisfile
- SDL
- SDL_mixer
- SDL_ttf
- SMPEG
- zlib

* How to Install

$ ruby extconf.rb [--with-opt-dir=DIRECTORY]
$ make
$ make install

* How to Do Tests

$ ruby -Ctest -I.. -I. runner.rb

* Licenses

MIT License

* Web Site

http://www.starruby.info/

* The Authors

Hajime Hoshi (hajimehoshi@gmail.com)
Daigo Sato (daigo_gamemaker@hotmail.com)