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

Development: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
The Mu (talk | contribs)
m Idea: uhhhhh
The Mu (talk | contribs)
wait maybe i should fully clean this page up
Line 1: Line 1:
'''Development''' of wii home brew apps is both fun and challenging. If you wanna develop app for the wii you will need some things.
'''Development''' of Wii [[Homebrew apps|homebrew applications]] is both fun and challenging. If you want to develop homebrew for the Wii, you will need some tools.
 
 
==Determination==
Your going to need to be very determined to make a good app.Don't believe me see here [[Homebrew_Channel]] Team Twiizer has been working on this for at least 6 months.So determination is key.


==Patience==
==Patience==
It takes a while to completely debug a app so be ready to debug a lot.
It takes a while to completely debug a app, so be ready to debug a lot.


==Coding Knowledge==
==Coding Knowledge==
You need to know at least some code.C++ is a good start and the language the wii uses.
A fairly good knowledge of code is recommended to write applications. [[Wikipedia:C++|C++]] is a good starting point, and also the language the wii uses.


==Idea==
==Idea==
A good app always starts with a good idea.
A good app always starts with a good idea. If you don't have one, asking around at #wiidev or #wiihelp can be very helpful.
 
==Time==
It takes time to make a good app for the wii.


If you have these thing then what are you waiting for develop some apps already!
==Table of Contents==
*[[Developer Tips]]
*[[Developer Tips]]
*[[DevkitPro]]
*[[DevkitPro]]

Revision as of 02:19, 2 August 2008

Development of Wii homebrew applications is both fun and challenging. If you want to develop homebrew for the Wii, you will need some tools.

Patience

It takes a while to completely debug a app, so be ready to debug a lot.

Coding Knowledge

A fairly good knowledge of code is recommended to write applications. C++ is a good starting point, and also the language the wii uses.

Idea

A good app always starts with a good idea. If you don't have one, asking around at #wiidev or #wiihelp can be very helpful.

Table of Contents