ogc-engine
is a simple engine for creating games for the Wii.
Internally it uses ogc-rs
and embedded-graphics
.
In order to run examples you need following:
and have these environment variables set:
CLANG_VERSION
, for instance12.0.1
DEVKITPRO
, for instance/opt/devkitpro
DEVKITARM
, for instance/opt/devkitpro/devkitARM
DEVKITPPC
, for instance/opt/devkitpro/devkitPPC
git clone https://github.com/knarkzel/ogc-engine
cd ogc-engine/
just run minimal