A wrapper for StarRuby, which implements most of the RGSS3
functionalities
- Make a sample game
- Actually use the Test suite instead of this hax-ish stuff
Since I've been a bit too busy, or in-experienced, some functionality is missing from the interface.
Audio (methods)
bgs_*
Currently the method calls will do absolutely nothing
me_*
Currently the method calls will do absolutely nothing
setup_midi
Graphics (methods)
frame_reset
Its a kinda pointless method anyway
play_movie
Its possible
Tilemap
Currently Tilemap has not been inplemented, since its the most complicated class
in RGSS2/3
Plane
#color, and #tone have a few problems in rendering
Viewport, Sprite
#color (rendering)
#tone (rendering)
#flash
- CaptainJet (https://github.com/CaptainJet)
- StarRuby (https://github.com/hajimehoshi/starruby)
- Enterbrain
29/03/2013 Moved all Interfaces under the SRRI module 27/03/2013 Fixed fps being nil in Graphics, if it wasn't initialized