rusty-8 is a CHIP-8 emulator. It uses rust-sdl2 for audio, display and input.
The SDL2 framework needs to be installed - see instructions here.
$ git clone https://github.com/wizh/rusty-8.git
$ cd rusty-8
$ cargo build
$ cargo run roms/${GAME}
Ex:
$ cargo run roms/PONG