Skip to content

knarkzel/ogc-engine

Repository files navigation

ogc-engine

GitHub contributors GitHub issues PRs Welcome HitCount

ogc-engine

ogc-engine is a simple engine for creating games for the Wii. Internally it uses ogc-rs and embedded-graphics.

Examples

In order to run examples you need following:

and have these environment variables set:

  • CLANG_VERSION, for instance 12.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