In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Homebrew development tutorials

From WiiBrew
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 [[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

Read [[5]]

Code mii: Image change

Read [[6]]]

Input

Code mii: Controller input

Read [[7]]

Code mii: Cursors

Read [[8]]

Code mii: buton clicking

Read [[9]]

Game development

==