Skip to content

BastienDuplessier/gba-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages