Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 783 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 783 Bytes

rgbds-live

A live RGBDS programming environment in the browser, allowing for realtime assembly programming for the Game Boy. Powered by webassembly builds of RGBDS and the Binjgb emulator.

Try online at gbdev.io/rgbds-live.

Build

System requirements:

Make sure you initialize submodules to be able to build the WebAssembly modules:

# Pull RGBDS-live, rgbds and binjgb sources
git clone https://github.com/gbdev/rgbds-live --recursive
# Do a full build
./build.sh

To start hacking, use the development server:

# Development server with live refresh:
npm run dev