GBA program that is just the DVD bounce screen saver written in Rust.
Check it out at itch.io.
When the logo hits the corner, there's a small and satisfying flashing animation
Follow the rust-console/gba
setup (https://github.com/rust-console/gba).
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
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Zlib (LICENSE-ZLIB or https://opensource.org/licenses/Zlib)
at your option.
This crate is tri-licensed under Zlib / Apache-2.0 / MIT. Any contributions you submit must be licensed the same.