This is a CHIP-8 implementation using SDL and Rust. Credits to https://github.com/JamesGriffin/CHIP-8-Emulator from where i learned the logic to build this application and port to Rust.
The original code is written in C++ and asides from some casts that are necessary in Rust, the logic is basically the same.
The usage is: <application_name>