Chip8 emulator in Rust
- 1 minFun little project created to try out the Rust language. Uses SDL2.
Check out Chip8 itself - extremely simple VM concept with 4K of memory and 16 8-bit registers. Plenty enough to run some fun games.
Get the code here.