Homebrew development tutorials: Difference between revisions
Jump to navigation
Jump to search
m →Other tutorials: Small fix to a mistake made by georgep24 |
WiibrewBot (talk | contribs) m Robot: Cosmetic changes |
||
Line 3: | Line 3: | ||
If you edit this page, try to include some 'review' of the tutorial, please. | If you edit this page, try to include some 'review' of the tutorial, please. | ||
==Tutorials about everything== | == Tutorials about everything == | ||
These tutorials cover many aspects of developing applications for the wii. | These tutorials cover many aspects of developing applications for the wii. | ||
*[[ | *[[User:teknecal|teknecal]]'s '''[http://www.codemii.com/category/wii-programming-tutorials/ 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. | ||
*'''[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. | ||
==Tutorials on preparation== | == Tutorials on preparation == | ||
Getting started. DevKit, installing new libraries, etc. | Getting started. DevKit, installing new libraries, etc. | ||
DevkitPPC is the part of the [[DevkitPro]] toolchain used for Wii and Gamecube development. | 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, | *'''[[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. | ||
*'''[http://wiki.devkitpro.org/index.php/Getting_Started Getting Started]''': The Getting Started section on the official devkitPro wiki. | *'''[http://wiki.devkitpro.org/index.php/Getting_Started Getting Started]''': The Getting Started section on the official devkitPro wiki. | ||
==Other tutorials== | == Other tutorials == | ||
*[[ | *[[User:Georgp24|Georgp24]]'s '''[[Assembler|Assembler Tutorial]]''': A tutorial and an application note how to develop assembler programs for the WII and the PowerPC processor. | ||
*[[ | *[[User:GabberNL|GabberNL]]'s '''[[SDL Wii/tutorial|SDL Tutorial]]''': A simple but currently incomplete tutorial on [[SDL Wii|SDL]]. | ||
* [[ | * [[User:WiiPhlex|WiiPhlex]]'s ''' [[Libwiisprite/tutorial|Programming with Libwiisprite]]''': An extensive [[libwiisprite]] tutorial. It simplifies the first steps as well as teaches some advanced concepts. | ||
*[[ | *[[User:Arikado|Arikado]]'s '''[http://arikadosblog.blogspot.com/search/label/wii%20homebrew%20development wii homebrew development tutorials]''': A tutorial on outputing text from fonts with libwiisprite, and a tutorial on how to play external mp3-files with libogc's MP3Player. Hopefully more to come. | ||
*[[User:Jsmaster|Jmaster]]'s '''[[Libwiigui/tutorial| Libwiigui tutorial]]''': Descripes how to use the [[libwiigui]]-library | *[[User:Jsmaster|Jmaster]]'s ''' [[Libwiigui/tutorial|Libwiigui tutorial]]''': Descripes how to use the [[libwiigui]]-library |
Revision as of 18:20, 10 August 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
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 for the WII and the PowerPC processor.
- GabberNL's SDL Tutorial: A simple but currently incomplete tutorial on SDL.
- WiiPhlex's Programming with Libwiisprite: An extensive libwiisprite tutorial. It simplifies the first steps as well as teaches some advanced concepts.
- Arikado's wii homebrew development tutorials: A tutorial on outputing text from fonts with libwiisprite, and a tutorial on how to play external mp3-files with libogc's MP3Player. Hopefully more to come.
- Jmaster's Libwiigui tutorial: Descripes how to use the libwiigui-library