chip8-rs

Crates.iochip8-rs
lib.rschip8-rs
version0.1.1
sourcesrc
created_at2021-06-15 02:00:22.715833
updated_at2021-06-15 02:36:08.957771
descriptionchip8 emulator
homepage
repositoryhttps://github.com/bgreni/Chip8Emulator
max_upload_size
id410200
size52,946
(bgreni)

documentation

README

Chip8Emulator

Chip 8 emulator I used as both an introduction to Rust and writting emulators!

alt text

Usage

  1. Install SDL2 (Can be done on MacOS using Homebrew brew install sdl2)
  2. Install binary using cargo
    cargo install chip8-rs
    
  3. Download a chip8 rom and play it!
    chip8-rs <path/to/rom>
    

TODO

Beeping

References

Things that helped me:

Commit count: 13

cargo fmt