文件名称:gameboy:用Rust编写的GAMEBOY模拟器
文件大小:12.47MB
文件格式:ZIP
更新时间:2024-02-25 22:56:43
emulator rust gameboy gameboy-emulator EmulatorRust
掌上游戏机 用Rust编写的GAMEBOY模拟器。 入门 # SDL2 is the only dependency not fetched as a crate brew install sdl2 sdl2_image sdl2_gfx # ^ Mac OS-specific # See https://github.com/Rust-SDL2/rust-sdl2 for Windows, Linux instructions cargo run # Or cargo run -r tetris.gb # Optional: Defaults to running tetris.gb car