A pure Rust implementation of Game Boy (DMG) emulation
- Cross-platform support
- GPU-accelerated graphics using
pixelsandwgpu - Audio synthesis using
cpal - Save-games synced to the local filesystem
- Configurable hotkeys
- Savestates
- Gameboy Color (CGB) support
Usage: rgb [OPTIONS] <rom-path>
Options:
--skip-bootrom
-c, --config <CONFIG> Config file [default: config.toml]
-d, --debug Enable debug logs
-s, --scale <SCALE> Scale factor [default: 3]
-h, --help Print help