gba/README.md
2018-12-14 22:57:14 -07:00

1.4 KiB

License:Apache2 travis.ci crates.io docs.rs

  • Built with cargo-make
  • Stability:None

gba

This repository is both a Tutorial Book that teaches you what you need to know to write Rust games for the GameBoy Advance (GBA), and also a crate that you can use to do the same.

First Time Setup

Writing a Rust program for the GBA requires a fair amount of special setup. All of the steps are detailed for you in the Introduction chapter of the book.

If you've done the described global setup once before and just want to get a new project started quickly we got you covered:

curl https://raw.githubusercontent.com/rust-console/gba/master/init.sh -sSf | bash -s APP_NAME

Contribution

This crate is Apache2 licensed and any contributions you submit must also be Apache2 licensed.