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

Homebrew development tutorials: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
LoganA (talk | contribs)
Undo revision 51313 by Mechaelvis (Talk) linked to Devkitppc setup (Windows) twice
Mechaelvis (talk | contribs)
added more guides from Devkitppc setup so it's not windows specific
Line 13: Line 13:
Getting started. DevKit, Installing new libs, etc.
Getting started. DevKit, Installing new libs, etc.


===Getting Started===
===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.
*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_with_devkitppc| Read "Getting Started with devkitppc"]]
DevkitPPC is the part of the [[DevkitPro]] toolchain used for Wii and Gamecube development.  These guides describe setting up such a system:


*More focused on Windows.
[[Devkitppc_setup|Read Devkitppc setup]]
 
*There is also the '''Getting Started''' section on the devkitPro wiki.


[http://wiki.devkitpro.org/index.php/Getting_Started Read "Getting Started"]
[http://wiki.devkitpro.org/index.php/Getting_Started Read "Getting Started"]

Revision as of 10:49, 3 May 2009

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

  • CodeMii Tutorial written by teknecal covers everything metioned above and much more, including: controllers, buttons, arrays, images, filesystem and sound!

Read CodeMii Tutorial

  • Curso de Programación; This one covers everything. Is in Spanish. From setting up DevKitPro to creating sprites, to collision and sound.

Read Curso de Programación

Tutorials on preparation

Getting started. DevKit, Installing new libs, etc.

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.

DevkitPPC is the part of the DevkitPro toolchain used for Wii and Gamecube development. These guides describe setting up such a system:

Read Devkitppc setup

  • There is also the Getting Started section on the devkitPro wiki.

Read "Getting Started"