Gronis / ZigGBA

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 project assume current Zig master (0.11.0-dev.6533+d3c9bfada).

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

About

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

License:MIT License


Languages

Language:Zig 100.0%