views:

10541

answers:

6

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.

What are some 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.

+3  A: 

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

Firas Assaad
A: 

Some friends were programming a game using Wii with Flash. I don't how, though :(

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

fmsf
A: 

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

Sorskoot
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
+1  A: 

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.

Dean
+20  A: 

I'm going to 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 ;) )

Filip Ekberg
That last link, 'Big resource for wii development' is the Wii Linux project, which at the moment is vapourware
Nick Kavadias
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
It might be soon though, you never know.
Filip Ekberg
A: 

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

Iain