Skip to content

JPonte/gb_rust

Repository files navigation

gb_rust

Gameboy emulator in Rust. Just for fun.

Run instructions

To run locally with minifb:

cargo run

To run the web version:

cd gb_wasm
wasm-pack build
cd www
npm run start

TODOs:

  • Timer and Divider Registers/Interrupts
  • Proper sprite transparency
  • MBC 2 to 7
  • ...

About

Gameboy emulator in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published