Skip to content
A small rust standard library for the GBA.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
gbaimg
src
.gitignore
Cargo.toml
LICENSE
Makefile
README.md
gba.json

README.md

stdgba

A small rust standard library for the GBA.

This library intends to provide basic necessities needed to program Rust on the GBA. That would include:

  • (very simple) memory allocator
  • dynamic allocated types (arrays and boxes)
  • input handling
  • image-to-tile macros (i.e. load images into static slices at runtime)
  • a complete API to the GBA's graphics functionality (partially done)
  • bindings to the GBA's link cable functionality
  • documentation and examples

Possible future goals would be:

  • better API design
  • math utilities
  • high-level graphics functionality

Help would be greatly appreciated, and suggestions are welcome - but currently the library is being developed in my limited freetime.

You can’t perform that action at this time.