/rust_boy

A gameboy emulator in Rust

Primary LanguageRustMIT LicenseMIT

rust_boy

A gameboy emulator in Rust alt text

Building

Rust Boy is supported on Linux and Windows.

Run the following commands to install SDL2 dependencies:

cargo install cargo-vcpkg
cargo vcpkg build

Finally, run:

cargo build