gbadev-org / libtonc-examples

libtonc examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libtonc examples

The examples in this repository are the v1.4.2 examples of libtonc, updated to be able to build with the current libtonc distributed by devkitpro, and without the "toolbox" library that some examples used to have.

The examples have been upgraded so that they convert their graphics at build time. The exceptions are examples octants, cbb_demo and bm_modes, as they do special handling with the converted data, and it can't easily be replicated by an automated process.

To build any of the individual examples, go to its folder and type make.

To build all examples at once, type make in the root of this repository. All examples will be copied to folder bin.

About

libtonc examples

License:Creative Commons Zero v1.0 Universal


Languages

Language:C 51.3%Language:Makefile 35.9%Language:Assembly 12.7%