Bundles the rgbds-linux compiler (for OSX) along with some helpful libs from galp to create and build gameboy roms in a quick and stupid way.
Setup
Install from rubygems
gem install rubygb
Usage
$ rubygb init you
Creating new project at /Users/cooldev/you
Copying gbhw.inc...
Copying ibmpx1.inc...
Copying memory.inc...
Generating you/you.s...
Done!
$ cd you
$ rubygb build you.s
Assembling you.s
Pass 1...
Pass 2...
Success! 3283 lines in 0.01 seconds (13894335 lines/minute)
$ gameboyemulator --open you.gb
Goals
- other platform support
- bundle an emulator
- templates
- ruby dsl
- tools
- image converter
Awesomeness
All the cool parts are from other people
- rgbds-linux
- gameboy assembly language primer (galp) - devrs.com