Hopefully a gameboy color emulator. Right now, it's barely anything.
Join me as I understand how a gameboy, Rust, and WASM work.
- Ep00: https://youtu.be/0ErM1JsWUFk
- Ep01: https://youtu.be/DsZDdDEztIs
- Ep02: https://youtu.be/7ZrjgwKf0HQ
- Acquire the bootrom
DMG_ROM.bin
and stick it in the root of the repo - Rustup nightly
- Install
wasm-pack
- Run
wasm-pack build
andcd www && npm run start
- Open up
localhost:8080
in your browser
Seriously though, don't run this yet -- it's not ready