This is a work in progress SDK for creating Game Boy Advance games using the Zig programming language. Once Zig has a proper package manager, I hope that it would as easy as import the ZigGBA package. Inspired by TONC GBA tutorial
This project is up for adoption for a new maintainer!
This project uses submodules, so post clone, you will need to run:
git submodule update --init
This library uses zig nominated 2024.10.0-mach. To install using zigup
:
zigup 0.14.0-dev.1911+3bf89f55c
To build, simply use Zig's integrated build system
zig build