In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Homebrew development tutorials

From WiiBrew
Jump to navigation Jump to search

Here is a list of tutorials available here or on external sites. Read Developer tips sooner than later.

If you edit this page, try to include some 'review' of the tutorial, please.

Tutorials about everything

These tutorials cover many aspects of developing applications for the wii.

  • teknecal's CodeMii Tutorial: This tutorial covers setting up DevKitPro in Windows, writing simple code, the use of controllers, arrays, images, the FAT-filesystem, xml and sound.
  • Curso de Programación: This Spanish tutorial covers everything from setting up DevKitPro, to creating sprites, to collision and sound.

Tutorials on preparation

Getting started. DevKit, installing new libraries, etc. DevkitPPC is the part of the DevkitPro toolchain used for Wii and Gamecube development. These guides describe setting up such a system:

  • Devkitppc setup: Installing devkitPPC, Setup your project folder, Compile the HelloWorld Example, Run the HelloWorld Example on the emulator, Run the HelloWorld Example on the Wii using wiiload.
  • Getting Started: The Getting Started section on the official devkitPro wiki.

Other tutorials

  • Georgp24's Assembler Tutorial: A tutorial and an application note how to develop assembler programs and inline assembler code for the WII and the PowerPC processor.