Chip8 is a simple virtual machine. It is an interpreted programming language developed to make programming games easier on the 8-bit computers of the 1970-80s
cargo run --release ./<path-to-roms>/<game>
Some Chip8 Roms/Games can be downloaded from here.
c8_core
emulator core librarysrc
lib.rs
core emulator functionality
src
main gui directorymain.rs
defines GUI through SDL2