Crates.io | chip8-rs |
lib.rs | chip8-rs |
version | 0.1.1 |
source | src |
created_at | 2021-06-15 02:00:22.715833 |
updated_at | 2021-06-15 02:36:08.957771 |
description | chip8 emulator |
homepage | |
repository | https://github.com/bgreni/Chip8Emulator |
max_upload_size | |
id | 410200 |
size | 52,946 |
Chip 8 emulator I used as both an introduction to Rust and writting emulators!
brew install sdl2
)cargo install chip8-rs
chip8-rs <path/to/rom>
Beeping
Things that helped me: