Go to file
Lokathor 43efae8264
Merge pull request #34 from Shadlock0133/patch-1
Change GBA to GameBoy Advance in README
2018-12-14 09:14:22 -07:00
book the old sentence didn't 2018-12-10 10:21:18 -07:00
docs Deploy rust-console/gba to github.com/rust-console/gba.git:master 2018-12-10 17:32:04 +00:00
examples ch 00: rewrite done 2018-12-10 01:48:06 -07:00
src new aims 2018-12-08 01:53:37 -07:00
.gitignore Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -07:00
.travis.yml new aims 2018-12-08 01:53:37 -07:00
Cargo.toml legal name applied to the cargo file 2018-12-10 10:10:03 -07:00
crt0.s Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -07:00
init.sh Fixed dead link + convenience additions 2018-12-13 14:31:11 +01:00
LICENSE-APACHE2.txt Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -07:00
linker.ld crt0.o should live in the target directory now 2018-11-14 19:55:03 -07:00
Makefile.toml don't need the quotes 2018-11-20 01:54:15 -07:00
README.md Change GBA to GameBoy Advance in README 2018-12-14 11:03:03 +01:00
rustfmt.toml Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -07:00
tags [new] Initializtion file 2018-11-18 15:25:32 +00:00
thumbv4-none-agb.json Adjust the 'vendor' field 2018-12-07 17:56:23 -07:00

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

  • Built with cargo-make
  • Stability:None

gba

A crate that helps you make GameBoy Advance (GBA) games

First Time Setup

This crate requires a fair amount of special setup. All of the steps are detailed for you in the 0th chapter of the book that goes with this crate.

If you've done the 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.