CHIP-8 Emulator/Interpreter written in Rust
Windows
Download binaries from Releases page
Other platforms
git clone https://github.com/simalei/chipmate
cd chipmate
cargo run --release
Executable will be available in target/release
- Decent emulation of CHIP-8
- Tools for debugging (RAM and registers editor, cycle advance)
- Rendering by macroquad, UI by egui
- Introduce FPS-independent rendering delta time
- Add more quirks
- Add rewind feature
- Get full marks in Timedius' CHIP-8 test suite