Hendercraft / rust_boy

A gameboy emulator in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A gameboy emulator in Rust

License:MIT License


Languages

Language:Rust 100.0%