Changes

26 bytes removed ,  03:47, 17 December 2021
m
Line 35: Line 35:     
== Creating/Installing Homebrew ==
 
== Creating/Installing Homebrew ==
Each application has its own folder, with its own files inside. For example, inside <code>sd:/wiiu/apps</code>, there could be <code>homebrew_launcher</code>, <code>ftpiiu</code> and <code>loadiine_gx2</code> folders. When you download a program for the Homebrew Launcher, look through its files until you see  
+
Each application has its own folder, with its own files inside. For example, inside <code>sd:/wiiu/apps</code>, there could be <code>homebrew_launcher</code> and <code>ftpiiu</code> folders. When you download a program for the Homebrew Launcher, look through its files until you see  
    
Homebrew packages (folders) must contain one ELF executable, and optionally a <code>meta.xml</code> and <code>icon.png</code>. The ELF contains the code and assets for the program, and is the file launched when program is selected in HBL.
 
Homebrew packages (folders) must contain one ELF executable, and optionally a <code>meta.xml</code> and <code>icon.png</code>. The ELF contains the code and assets for the program, and is the file launched when program is selected in HBL.
Line 65: Line 65:     
Visit https://github.com/dimok789/hello_world to see an example of a successful HBL ELF program. Along with requiring devkitPPC (like regular libwiiu development) HBL software also relies on libogc, mainly for the ported libraries included with it.
 
Visit https://github.com/dimok789/hello_world to see an example of a successful HBL ELF program. Along with requiring devkitPPC (like regular libwiiu development) HBL software also relies on libogc, mainly for the ported libraries included with it.
 +
 
== Themes ==
 
== Themes ==
 
The theming functionality of HBL is not yet complete, but some aspects can still be changed. The buttons and cursors shown on screen can be changed by creating files in the <code>sd:/wiiu/apps/homebrew_launcher/resources</code> folder. See https://github.com/dimok789/homebrew_launcher/tree/master/data/images if you would like to see a base resources folder.
 
The theming functionality of HBL is not yet complete, but some aspects can still be changed. The buttons and cursors shown on screen can be changed by creating files in the <code>sd:/wiiu/apps/homebrew_launcher/resources</code> folder. See https://github.com/dimok789/homebrew_launcher/tree/master/data/images if you would like to see a base resources folder.
346

edits