CopperBoy is an Arduboy emulator written in Rust.
Although this project is in a Work in Progress status, currently the emulator is capable of playing many of the ArduBoy games at full speed. You can find a nice game collection in eried's ArduboyCollection.
.hex
format.Currently there's an SDL frontend included in the emulator.
First you need to install the sdl2
and sdl2_ttf
libraries with your
operating system's package manager.
Then you can build the rust binary:
./ci/build-bin.sh sdl linux-gnu-x86_64
You can run the emulator with cargo:
./target/x86_64-unknown-linux-gnu/release/sdl ROM_PATH
libretro:
./ci/build-libretro.sh linux-gnu-x86_64
GPLv3 (see LICENSE file).