A chip8 emulator written in rust
chip8
├── chip8_core - Backend
│ ├── Cargo.toml
│ └── src
│ └── lib.rs
├── desktop - Fontend
│ ├── Cargo.lock
│ ├── Cargo.toml
│ └── src
│ ├── main.rs
│ └── vars.rs
├── README.md
└── roms
├── ...
└── ...
6 directories, 30 files
$ git clone https://github.com/Pranjal-Patel/chip8
$ cd chip8
$ cargo install --path desktop
$ chip8 /path/to/game