Skip to content

[prealpha] Rust WASM gameboy emulator aiming for high framerate on mobile browsers

License

Notifications You must be signed in to change notification settings

akshay1992kalbhor/gameboy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gameboy

Hopefully a gameboy color emulator. Right now, it's barely anything.

Video Series

Join me as I understand how a gameboy, Rust, and WASM work.

How to run

  1. Acquire the bootrom DMG_ROM.bin and stick it in the root of the repo
  2. Rustup nightly
  3. Install wasm-pack
  4. Run wasm-pack build and cd www && npm run start
  5. Open up localhost:8080 in your browser

Seriously though, don't run this yet -- it's not ready

About

[prealpha] Rust WASM gameboy emulator aiming for high framerate on mobile browsers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.1%
  • Other 0.9%