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

Difference between revisions of "Making homebrew"

From WiiBrew
Jump to navigation Jump to search
m (fixed the tutorial link)
 
(30 intermediate revisions by 19 users not shown)
Line 1: Line 1:
 
Homebrew '''application development''' for the Wii is both fun and challenging. If you want to develop homebrew for the Wii, you will need some tools.
 
Homebrew '''application development''' for the Wii is both fun and challenging. If you want to develop homebrew for the Wii, you will need some tools.
  
===Developing===
+
== Developing ==
* You can use [[DevkitPro]] to develop applications. Tutorials for setting up DevkitPro are available for [[Devkitppc setup (Windows)|Windows]], [[Devkitppc setup (Linux)|Linux]], and [[Devkitppc setup (Mac OS X)|Mac OS X]].
+
* You can use [[devkitPPC]] to develop applications. See https://devkitpro.org/wiki/Getting_Started for setup instructions.
* You should read [[Developer tips|developer tips]] before starting to develop to learn about standards and essential code.
+
* The [[list of development tools]] contains many code libraries and resources that are useful for developing.
* The [[List of development tools|list of development tools]] contains many code libraries and resources that are useful for developing.
+
* There are various [[Homebrew development tutorials|tutorials]] available.
  
===Releasing===
+
== Releasing ==
* If you would like to create a page for your application while developing it, create it in your user namespace and link to it on the [[List of homebrew applications (in development)]] page. You can move it to the article namespace when it is released.
+
* If you would like to create a page for your application while developing it, create it in your user namespace and link to it on the [[List of homebrew in development]] page. You can move it to the article namespace when it is released.
* It is strongly recommended to create icon.png and meta.xml files for your application to make it compatible with the [[Homebrew Channel]].
+
* It is strongly recommended to create icon.png and meta.xml files for your application to make it fully compatible with the [[Homebrew Channel]].
* When your application is ready to be released, you can create a page for your application in the article namespace. Make sure to add the {{tl|infobox homebrewapp}} template and fill it in as much as you can.
+
* When your application is ready to be released, you can create a page for your application in the article namespace. Make sure to add the {{tl|infobox homebrew}} template and fill it in as much as you can. [[User:abyrne55#Cleanup_and_Setup_Services|AByrne55]] also offers services to help you create an application page.
* If you would like, you can host your application here on wiibrew by [[Special:Upload|uploading]] it. Otherwise, you can upload it somewhere else and link to it. People who are offering Wii Homebrew Hosting: [[User:Pinecone | PineCone]], [[User:WarpedFlash|WarpedFlash]]
+
* If you would like, you can host your application here on wiibrew by [[Special:Upload|uploading]] it. Otherwise, you can upload it somewhere else and link to it. People who are offering Wii Homebrew Hosting: [[User:Pinecone|PineCone]], [[User:Vithon|Vithon]], [[User:Calthephenom|Calthephenom]], and [[User:daltonlaffs|Daltonlaffs]]. You can also post your app for download on GitHub. GitHub also allows people to notify you of issues with your application and to suggest changes.
 +
*Please, for the love of [[Team Twiizers]], do NOT upload to RapidShare! They've been greedy for a while, but lately, it's difficult to find any time of day that the servers don't claim to be "overloaded", and thus unavailable for use by anyone without their overpriced "Premium" accounts. Use MediaFire or any other alternative upload service, just not RS!
  
==See also==
+
== See also ==
 
*[[Homebrew applications]]
 
*[[Homebrew applications]]
 +
 +
[[Category:How To]]

Latest revision as of 06:40, 2 June 2021

Homebrew application development for the Wii is both fun and challenging. If you want to develop homebrew for the Wii, you will need some tools.

Developing

Releasing

  • If you would like to create a page for your application while developing it, create it in your user namespace and link to it on the List of homebrew in development page. You can move it to the article namespace when it is released.
  • It is strongly recommended to create icon.png and meta.xml files for your application to make it fully compatible with the Homebrew Channel.
  • When your application is ready to be released, you can create a page for your application in the article namespace. Make sure to add the {{infobox homebrew}} template and fill it in as much as you can. AByrne55 also offers services to help you create an application page.
  • If you would like, you can host your application here on wiibrew by uploading it. Otherwise, you can upload it somewhere else and link to it. People who are offering Wii Homebrew Hosting: PineCone, Vithon, Calthephenom, and Daltonlaffs. You can also post your app for download on GitHub. GitHub also allows people to notify you of issues with your application and to suggest changes.
  • Please, for the love of Team Twiizers, do NOT upload to RapidShare! They've been greedy for a while, but lately, it's difficult to find any time of day that the servers don't claim to be "overloaded", and thus unavailable for use by anyone without their overpriced "Premium" accounts. Use MediaFire or any other alternative upload service, just not RS!

See also