Go to file
2018-11-20 03:41:42 -07:00
book better writing 2018-11-20 03:18:41 -07:00
docs describing how tiles work 2018-11-20 02:57:43 -07:00
examples describing how tiles work 2018-11-20 02:57:43 -07:00
src make mode3 clear a little speedier 2018-11-20 03:41:42 -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 forgot the other directory 2018-11-20 03:05:34 -07:00
build.bat crt0.o should live in the target directory now 2018-11-14 19:55:03 -07:00
Cargo.toml cargo-make Makefile.toml 2018-11-16 00:39:47 -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 [fix] Makefile echo of tabs 2018-11-18 15:50:19 +00: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 Merge pull request #10 from Sendoushi/init-file 2018-11-20 00:19:31 -07: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 Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -07:00

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

  • Built with cargo-make

gba

A crate that helps you make 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.

For a fast initialization start

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.