BastienDuplessier / gba-rust

Trying to make GBA games with Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GBA Games Dev

Setup

Install DevTools

perl scripts/devkit_install.pl

Install Rust

curl https://sh.rustup.rs -sSf | sh

Configure Rust

rustup toolchain install nightly
rustup default nightly
rustup target add arm-unknown-linux-gnueabi

Install Xargo

rustup component add rust-src
cargo install xargo

# Build a ROM

cd rom-example
make

Generated rom will be named out/game.gba

# Misc

Base was taken form this github : https://github.com/tbelaire/rusty-TONC

About

Trying to make GBA games with Rust


Languages

Language:Rust 68.5%Language:Perl 22.6%Language:C 7.4%Language:Makefile 0.9%Language:Shell 0.7%