vote up 40 vote down star
32

I have a Nintendo Wii, and I've got devkitpro working to load some simple programs. The example source code that I've been able to find is very simplistic, such as drawing and rotating a simple shape. I've been looking for more in depth tutorials, and I haven't been able to find much. Most of the applications available on wiibrew are open source, so I could look through those. However, I'd rather have something that's a little more geared towards teaching certain techniques, rather than have to browse through someone else's code to find the answer. Does anybody know of any good tutorials? Currently I'm stuck at just getting alpha (translucent) colours to work, but I'm also interested in getting lighting and other more advanced graphics techniques working.

flag

47% accept rate
Excellent question. I too am interested, I have a modded Wii, but haven't yet began to put any homebrew apps on... – Jason Stevenson Sep 28 '08 at 18:47
Unfortunately wii homebrew is still at a fairly new state, there haven't been a whole lot of tutorials written yet. Another problem too is that a lot of tutorials end up being terrible (badly written, teach poor practices, have bugs, etc) – davr Sep 28 '08 at 18:51
1  
Yes, wii homebrew is perfectly legal, there's a port of gcc that can compile wii binaries, and a homebrew library written from scratch. See the devkitpro link in the post. What's not legal is stealing games. They're two unrelated things, but the pirates sometimes try to hide behind homebrew. – davr Sep 29 '08 at 15:02
1  
The "console" tag should be changed to "game-console" or something else. "console" is used for questions about operating system consoles and grouping this with those questions is confusing. – Ursid Oct 16 '08 at 17:54
1  
The bounty makes it look like "150 Tutorials for Wii Programming" – d03boy Jan 27 at 18:11

6 Answers

vote up 13 vote down check

Im gonna provide you with some nice links

Another very good resource is WiiBrew, here are some development specific links:

I know you've been to WiiBrew before but it's a very good resource, even if you want to go advanced. Good luck and have fun programming for Wii! ( But please, don't make another Fitness-game ;) )

link|flag
That last link, 'Big resource for wii development' is the Wii Linux project, which at the moment is vapourware – Nick Kavadias Jan 29 at 17:06
Vapourware means it's a lot of talk, but doesn't actually exist. The Wii Linux is still very much in the concept stage and can't really be used for anything useful yet. – Kibbee Jan 29 at 21:55
It might be soon though, you never know. – Filip Ekberg Jan 30 at 10:18
vote up 3 vote down

What about this one? It doesn't go into more advanced stuff, but new tutorials are still being added.

link|flag
vote up 0 vote down

Some friends where programming a game using WII with flash. I dunno how that though :(

Have you checked this post here? http://stackoverflow.com/questions/29466/writing-a-game-for-the-nintendo-wii

link|flag
vote up 0 vote down

On Coding4Fun are a couple post and links to Wii Projects.

link|flag
From what I can see, those are all Wiimote projects designed to run on Windows. They have nothing to do with coding for the actual Wii. – Kibbee Jan 27 at 19:38
vote up 1 vote down

Gamedev.net and DCEmu are 2 great homebrew game dev resources.

Gamedev.net has a lot of great articles, and forums.

DCEmu started as a Dreamcast Emulator website, but it's strong community is probably the current most active for all things game development.

I'm sure you will have a lot of fun reading these websites and their forums, and you will certainly find some tutorials there.

link|flag
vote up 0 vote down

I know this doesn't answer your question, but thought it might be useful to someone else interested in Wii development:

http://unity3d.com/unity/features/wii-publishing

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.