1,554 bytes added
, 00:44, 5 December 2008
=Tutorials=
Here is a list of tutorials available here or on external sites.
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 [[http://wiki.devkitpro.org/index.php/Getting_Started]]
===Code mii: Setting up===
read [[http://www.codemii.com/2008/08/10/tutorial-1-setting-up-the-environment/]]
==C, C++ and MakeFiles==
===Code mii: Makefiles, basics of C, compiling source code and dealing with errors===
Read [[http://www.codemii.com/2008/08/16/tutorial-2-makefiles-basics-of-c-compiling-source-code-and-dealing-with-errors/]]
===Code mii: Arrays===
Read [[http://www.codemii.com/2008/09/28/tutorial-7-using-arrays/]]
==Graphics==
===Code mii: Jpeg images===
Read [[http://www.codemii.com/2008/09/07/tutorial-5-jpeg-images/]]
===Code mii: Image change===
Read [[http://www.codemii.com/2008/11/09/tutorial-8-image-changes/]]]
==Input==
===Code mii: Controller input===
Read [[http://www.codemii.com/2008/08/24/tutorial-3-controller-input/]]
===Code mii: Cursors===
Read [[http://www.codemii.com/2008/08/31/tutorial-4-cursors/]]
===Code mii: buton clicking===
Read [[http://www.codemii.com/2008/09/14/tutorial-6-button-detection/]]
==Game development==
==