• Stars
    star
    329
  • Rank 123,411 (Top 3 %)
  • Language
    Zig
  • License
    MIT License
  • Created over 4 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Work in progress SDK for creating Game Boy Advance games using Zig programming language.

Zig GBA

This is a work in progress SDK for creating Game Boy Advance games using 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!

Setup

This project uses submodules, so post clone, you will need to run:

git submodule update --init

Build

This library uses zig nominated 2024.3.0-mach. To install using zigup:

zigup 0.12.0-dev.3180+83e578a18

To build, simply use Zig's integrated build system

zig build

First example running in a emulator

First example emulator image

First example running on real hardware

First example real hardware image