A CHIP-8 emulator written in Rust.
Some ROMs can be found on the internet, for example here or here.
To build and test the projects, run:
$ cargo build
$ cargo run -- --rom /path/to/rom.ch8
For more informations about available options, run:
$ cargo run -- --help
Current implementation uses piston engine for drawing and input events.