Tutorials for Wii programming [closed]
Asked Answered
N

5

72

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.

Nievesniflheim answered 28/9, 2008 at 18:42 Comment(5)
Excellent question. I too am interested, I have a modded Wii, but haven't yet began to put any homebrew apps on...Goldfish
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)Rb
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.Rb
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.Heaves
The bounty makes it look like "150 Tutorials for Wii Programming"Conform
M
30

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 ;) )

Merwyn answered 28/1, 2009 at 12:24 Comment(3)
That last link, 'Big resource for wii development' is the Wii Linux project, which at the moment is vapourwareMaclean
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.Nievesniflheim
It might be soon though, you never know.Merwyn
L
3

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

Ludewig answered 28/9, 2008 at 19:5 Comment(0)
T
1

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.

Tumbling answered 28/1, 2009 at 7:15 Comment(0)
K
1

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

Kobi answered 28/1, 2009 at 12:35 Comment(0)
M
0

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

Have you checked this post here? Writing a game for the Nintendo Wii

Maretz answered 27/1, 2009 at 18:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.