Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 203 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 203 Bytes

rusty-chip8

A small chip8 emulator, written in rust for learning purposes :)

Usage

cargo r --release [path/to/program]

Right now emulation is a bit slow due to minifb and/or the way I use it.