Rust Matrix Game - 001: Yet another Rust Gameboy emulator
Go to file
2021-10-12 19:11:52 -05:00
roms Logic to load a rom file 2021-10-12 19:11:52 -05:00
src Logic to load a rom file 2021-10-12 19:11:52 -05:00
.gitignore First commit 2021-10-11 09:57:30 -05:00
Cargo.lock First commit 2021-10-11 09:57:30 -05:00
Cargo.toml First commit 2021-10-11 09:57:30 -05:00
LICENSE Create LICENSE 2021-10-11 20:30:17 +00:00
README.md Add readme 2021-10-11 14:51:24 -05:00

Rust Boy

A Gameboy emulator written in Rust.

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
  • PPU implementations
  • Gameboy boot ROM
  • Render the pixels
  • Gameboy Color compatibility
  • Sound