Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 374 Bytes

zogc

Game engine for the Wii in Zig with zero-fuss installation.

git clone https://github.com/knarkzel/zogc
cd zogc/
zig build

Commands

  • To build and run with Dolphin, do zig build run
  • To build and deploy to Wii over network (must be in Homebrew menu), do zig build deploy
  • To build and debug crash addresses, do zig build line -- <addresses>