Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 968 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 968 Bytes

GB Studio's WebAssembly dependencies

Helper repository with the external WebAssembly dependencies for GB Studio.

Format and build scripts pretty much based on rgbds-live.

Dependencies

Binjgb: Embedded emulator in GB Studio and also used in web exports and, in the background, to play previews of music and sound effects. Currently using a fork that exposes a couple of extra methods used in GB Studio's music editor.

RGBDS: Used to compile the songs and sound effects into a rom used for preview. Currently using version 0.6.1 patched with the contents of rgbds.patch on build.

Build

./build-binjgb.sh
./build-rgbds.sh

Use the files from build/wasm to replace the ones GB Studio's appData/wasm/binjgb and appData/wasm/rgbds folders.