Skip to content

exoticorn/gba-rust

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
GBA-RUST
========

In order to learn more about the low-level aspects of rust, I
decided to implement some simple proof-of-concept games for the
gameboy advance in rust.

For now there is only a very simple implementation of snake.

To build, you need to install nightly rust + sources (probably using rustup.rs)
as well as [xargo](https://github.com/japaric/xargo).
The build has been tested with `rustc 1.15.0-nightly (ac635aa95 2016-11-18)`.

You also need arm-none-eabi binutils in your path. On linux you can
probably install those through your package manager.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published