Rust Matrix Game - 001: Yet another Rust Gameboy emulator
Go to file
2021-10-28 12:58:03 -05:00
roms Including more test roms and initializing the registers 2021-10-15 19:49:36 -05:00
src Experimental background rendering with scrolling 2021-10-28 12:58:03 -05:00
.gitignore Rendering tiles with a temporally algorithm 2021-10-28 10:30:48 -05:00
Cargo.lock Rendering a basic window with pixels 2021-10-26 17:34:59 -05:00
Cargo.toml Rendering a basic window with pixels 2021-10-26 17:34:59 -05:00
LICENSE Create LICENSE 2021-10-11 20:30:17 +00:00
README.md Update project name again 2021-10-20 14:33:11 -05:00

RMG-001

Rust Matrix Game - 001: Yet Another Rust Gameboy Emulator.

This is just a fun project I'm making for learning and practice purposes. If you want a fully-featured Gameboy emulator, this is not probably the best one :P

Any help or suggestion is welcome!

TODO

  • CPU Registers implementation
  • CPU Instructions implementations
  • Interrupts
  • Timing
  • PPU implementations
  • Gameboy boot ROM
  • Render the pixels
  • Gameboy Color compatibility
  • Sound
  • Web Assembly support (because this is a Rust project and it has to support Web Assembly)