Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.17 KB

gba-dvd

GBA program that is just the DVD bounce screen saver written in Rust.

Check it out at itch.io.

DVD bounce

When the logo hits the corner, there's a small and satisfying flashing animation

Hitting Corner

Setup

Follow the rust-console/gba setup (https://github.com/rust-console/gba).

Building

If you install cargo-make, you build and fix the ROM with the Makefile.toml

cargo make justrelease

Otherwise you can build the ROM file with and fix the ROM manually

cargo build --release

arm-none-eabi-objcopy -O binary [RUST_BINARY_NAME] [ROM_NAME].gba
gbafix [ROM_NAME].gba

License

Licensed under either of

at your option.

Contribution

This crate is tri-licensed under Zlib / Apache-2.0 / MIT. Any contributions you submit must be licensed the same.