1 unstable release
0.1.1 | Jun 15, 2021 |
---|---|
0.1.0 |
|
#274 in Emulators
33KB
932 lines
Chip8Emulator
Chip 8 emulator I used as both an introduction to Rust and writting emulators!
Usage
- Install SDL2 (Can be done on MacOS using Homebrew
brew install sdl2
) - Install binary using cargo
cargo install chip8-rs
- Download a chip8 rom and play it!
chip8-rs <path/to/rom>
TODO
Beeping
References
Things that helped me:
Dependencies
~17MB
~356K SLoC