/ogc-rs

Rust bindings for libogc

Primary LanguageRustMIT LicenseMIT

ogc-rs

A Rust wrapper library for devkitPro's libogc.

See the examples for how this library is used.

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-rs
cd ogc-rs/
just run minimal