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
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
Please sign in to use Codespaces.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download Xcode and try again.
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This is an example CHIP-8 emulator written in Rust. To run it, you'll need both Rust and SDL 2 installed.
Example CHIP-8 emulator in Rust