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
- Host: GitHub
- URL: https://github.com/hajimehoshi/starruby
- Owner: hajimehoshi
- License: mit
- Created: 2010-08-29T16:25:24.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-12-30T07:24:32.000Z (almost 13 years ago)
- Last Synced: 2025-03-16T17:51:20.210Z (7 months ago)
- Language: C
- Homepage: http://www.starruby.info/
- Size: 5.3 MB
- Stars: 29
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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)