Homebrew development tutorials
This is an old revision of this page, as edited by Gcb (talk | contribs) at 18:34, 11 January 2009. It may differ significantly from the current revision. |
Tutorials
Here is a list of tutorials available here or on external sites. Read Developer_Tips sooner then later.
If you edit this page, try to include some 'review' of the tutorial, please.
Preparation
Getting started. Devkit, Installing new libs, etc.
Getting Started
Installing devkitPPC, Setup your project folder, Compile the Hello World Example, Run the Hello World Example on the emulator, Run the Hello World Example on the Wii using wiiload
Read Getting_Started_with_devkitppc
DevKitPro
more focused on windows.
Read [[1]]
Code mii: Setting up
read [[2]]
C, C++ and MakeFiles
Code mii: Makefiles, basics of C, compiling source code and dealing with errors
Read [[3]]
Code mii: Arrays
Read [[4]]
Graphics
Code mii: Jpeg images
Not the best way to show game sprites... but get's you started (or at least, in contact with) on using other external libraries, arrays, memset, pointers.
Read [[5]]
Code mii: Image change
Read [[6]]]
Input
Code mii: Controller input
How to detect button presses on the wiimote. Also on the gamecube controler for use on the emulator.
Read [[7]]
Code mii: Cursors
Start by creating a box cursor on the screen, then moving it with the analog on gamecube controler. Finally it enables the IR mode on the wiimote and use that for positioning the box cursor.
Read [[8]]
Code mii: buton clicking
Read [[9]]
Game development
This one covers everything. Is in Spanish. From setting up devkit pro to creating sprites, to colision and sound. [http://www.entuwii.net/foro/viewtopic.php?f=6&t=94]