This is an example CHIP-8 emulator written in Rust. To run it, you'll need both Rust and SDL 2 installed. Articles Cowgod's Chip-8 Technical Reference v1.0 Mastering CHIP-8 How to write an emulator (CHIP-8 interpreter) Wikipedia on CHIP-8 Other implementations Kotlin CHIP-8 (badlogic) Rust CHIP-8 (Notch) References sprocketnes (Rust NES emulator) The Rust Programming Language Simple Directmedia Layer