Skip to content

Nox-Brain-Research-Group/libtonc-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • C 51.4%
  • Makefile 35.9%
  • Assembly 12.7%