Homebrew development tutorials: Difference between revisions
Jump to navigation
Jump to search
Mechaelvis (talk | contribs) added more guides from Devkitppc setup so it's not windows specific |
GOD I HATE THIS PAGE. |
||
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 overs everything mentioned above and much more, including controllers, buttons, arrays, images, filesystem and sound. | ||
[http://www.codemii.com/category/wii-programming-tutorials/ | |||
*''' | *'''[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 | |||
==Tutorials on preparation== | ==Tutorials on preparation== | ||
Getting started. DevKit, | Getting started. DevKit, installing new libraries, etc. | ||
===Devkitppc setup=== | ===Devkitppc setup=== |
Revision as of 11:27, 14 July 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
- teknecal's CodeMii Tutorial: This tutorial overs everything mentioned above and much more, including controllers, buttons, arrays, images, filesystem 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 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:
- There is also the Getting Started section on the devkitPro wiki.