8000 GitHub - SelvinPL/rgbds-live: A live Gameboy programming environment in the browser, allowing for realtime assembly programming for the gameboy.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A live Gameboy programming environment in the browser, allowing for realtime assembly programming for the gameboy.

License

Notifications You must be signed in to change notification settings

SelvinPL/rgbds-live

 
 

Repository files navigation

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:

  • bison, cmake
  • emscripten working with 4.0.8 (you can change version with emsdk install 4.0.8 && emsdk activate 4.0.8)

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

About

A live Gameboy programming environment in the browser, allowing for realtime assembly programming for the gameboy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.1%
  • Assembly 15.3%
  • HTML 10.4%
  • CSS 3.6%
  • Shell 0.6%
0