RustByte is an NES emulator written in Rust as part of a Programming in Rust course.
This project uses the following dependencies:
- SDL2
- lazy_static
To build the project, you need to have Rust installed. You can install it by following the instructions on the official website.
After installing Rust, you can build and run the project by running the following commands:
cargo build
cargo run