mirror of
https://github.com/italicsjenga/gba.git
synced 2025-02-23 23:07:49 +11:00
32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
[](https://travis-ci.org/rust-console/gba)
|
|
[](https://crates.io/crates/gba)
|
|
[](https://docs.rs/gba/latest/gba/)
|
|
|
|
* [](https://sagiegurari.github.io/cargo-make)
|
|
* 
|
|
|
|
# gba
|
|
|
|
This repository is both a [Tutorial Book](https://rust-console.github.io/gba/)
|
|
that teaches you what you need to know to write Rust games for the GameBoy
|
|
Advance (GBA), and also a [crate](https://crates.io/crates/gba) 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](https://rust-console.github.io/gba/00-introduction/03-development-setup.html).
|
|
|
|
If you've done the described global setup once before and just want to get a new
|
|
project started quickly we got you covered:
|
|
|
|
```sh
|
|
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.
|