Line 4:
Line 4:
==Tutorials about everything==
==Tutorials about everything==
−
*[[user:teknecal|teknecal]]'s '''[http://www.codemii.com/category/wii-programming-tutorials/ CodeMii Tutorial]''': This tutorial covers everything mentioned above and much more, including controllers, buttons, arrays, images, filesystem and sound.
+
*[[user:teknecal|teknecal]]'s '''[http://www.codemii.com/category/wii-programming-tutorials/ CodeMii Tutorial]''': This tutorial setting up DevKitPro in Windows, writing simple code, the use of controllers, arrays, images, the FAT-filesystem, xml and sound.
*'''[http://www.entuwii.net/foro/viewtopic.php?f=6&t=94 Curso de Programación]''': This Spanish tutorial covers everything from setting up DevKitPro, to creating sprites, to collision and sound.
*'''[http://www.entuwii.net/foro/viewtopic.php?f=6&t=94 Curso de Programación]''': This Spanish tutorial covers everything from setting up DevKitPro, to creating sprites, to collision and sound.
Line 10:
Line 10:
==Tutorials on preparation==
==Tutorials on preparation==
Getting started. DevKit, installing new libraries, etc.
Getting started. DevKit, installing new libraries, 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:
DevkitPPC is the part of the [[DevkitPro]] toolchain used for Wii and Gamecube development. These guides describe setting up such a system:
−
[[Devkitppc_setup|Read Devkitppc setup]]
+
*'''[[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.
−
−
*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 Getting Started]''': The '''Getting Started''' section on the official devkitPro wiki.