Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A(nother) Gameboy emulator written in Rust

samjkennedy/rgb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGB

image

Rusty GameBoy

A gameboy emulator written in rust. Currently can only run Tetris and Dr. Mario.

Goals

  • An emulator capable of playing most gameboy games
  • QoL features like debugging info, controller support and rebinding, rewinding, etc
  • Good performance and cross platform support

Build

cargo build --release

Run

cargo run -r <ROM_FILE>

Missing features

  • Audio
  • Proper rendering
  • Debugger
  • Remapping controls + controller support
  • Save states

About

A(nother) Gameboy emulator written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages