Chip8emu is a CHIP8 Emulator written in Rust + SDL2.
You can build the project or run the program using cargo, where the first argument is the ROM file. There are some ROMs available under the folder resources
.
cargo run <rom_file>
Pong running in Chip8emu.