EarthBound Battle Backgrounds
This crate emulates the battle background animations from EarthBound / Mother 2.
This crate started as a direct port of Earthbound Battle Backgrounds JS, which is in turn a port of Kraken.
Usage
use ;
let mut emulator = new;
// Obtain an RGBA pixel buffer from your windowing system.
let mut pixels: = vec!;
// Call every time a new frame is required.
emulator.draw_frame;