ZigGBA
SDK GBA  zig 

所属分类:编程语言基础
开发工具:Zig
文件大小:0KB
下载次数:0
上传日期:2023-04-30 15:02:32
上 传 者sh-1993
说明:  使用Zig编程语言创建Game Boy Advance游戏的工作进度SDK。
(Work in progress SDK for creating Game Boy Advance games using Zig programming language.)

文件列表:
.vscode/ (0, 2023-12-03)
.vscode/launch.json (2378, 2023-12-03)
.vscode/tasks.json (3502, 2023-12-03)
GBA/ (0, 2023-12-03)
GBA/assetconverter/ (0, 2023-12-03)
GBA/assetconverter/image_converter.zig (3606, 2023-12-03)
GBA/assetconverter/zigimg/ (0, 2023-12-03)
GBA/background.zig (2664, 2023-12-03)
GBA/bios.zig (9842, 2023-12-03)
GBA/bitmap.zig (3745, 2023-12-03)
GBA/builder.zig (5163, 2023-12-03)
GBA/color.zig (478, 2023-12-03)
GBA/core.zig (12888, 2023-12-03)
GBA/debug.zig (3061, 2023-12-03)
GBA/gba.ld (1472, 2023-12-03)
GBA/gba.zig (452, 2023-12-03)
GBA/input.zig (2083, 2023-12-03)
GBA/lcd.zig (1940, 2023-12-03)
GBA/math.zig (6029, 2023-12-03)
GBA/mode3.zig (1153, 2023-12-03)
GBA/oam.zig (4914, 2023-12-03)
LICENSE (1125, 2023-12-03)
build.zig (2506, 2023-12-03)
docs/ (0, 2023-12-03)
docs/images/ (0, 2023-12-03)
docs/images/FirstExampleEmulator.png (7787, 2023-12-03)
docs/images/FirstExampleRealHardware.png (504424, 2023-12-03)
examples/ (0, 2023-12-03)
examples/charBlock/ (0, 2023-12-03)
examples/charBlock/cbb_ids.c (3098, 2023-12-03)
examples/charBlock/charBlock.zig (3554, 2023-12-03)
examples/debugPrint/ (0, 2023-12-03)
examples/debugPrint/debugPrint.zig (589, 2023-12-03)
examples/first/ (0, 2023-12-03)
examples/first/first.zig (517, 2023-12-03)
examples/keydemo/ (0, 2023-12-03)
... ...

# Zig GBA This is a work in progress SDK for creating Game Boy Advance games using [Zig](https://ziglang.org/) 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](https://www.coranac.com/tonc/text/) **This project is up for adoption for a new maintainer!** ## Setup This project uses submodules, so post clone, you will need to run: ```bash 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 ```bash zig build ``` ## First example running in a emulator ![First example emulator image](docs/images/FirstExampleEmulator.png) ## First example running on real hardware ![First example real hardware image](docs/images/FirstExampleRealHardware.png)

近期下载者

相关文件


收藏者