
LibHelpMii 1.5 - megazig code too.
LibHelpMii - Wii coding. Simplified.created by hunterm and megazig
----
LibHelpMii can make it even easier to code for Wii, make your own homebrew programs, and makes it easier to learn how to code.
Current Version Release Notes:
}---=== 1.5 ===---{
Tons of new stuff:
- megazig decided to give me some of his code to use!
- Giant amounts of code by megazig added! (code is near bottom of header.)
- Channel launching is explained.
- Auto-installer
How to install:
1. First, grab the installer from this thread. (Unless you already have the installer, if so, just run it again.)
2. Save libhm.h to your devkitPRO/libogc/include/ folder. (ex. C:\devkitPRO\libogc\include\libhm.h)
2. To start learning how to use it, open this file, and study the syntax in it.
3. To use it in a file, put #include <libhm.h> at the very top of the file, which will allow you to use libhm's syntax and functions in your file.
4. ????
5. PROFIT!!!
Don't you love how much I was able to simplify the installation process?
Download InstallerDownload Sample CodeWhen starting to code with LibHelpMii, take a while to study the syntax used with it, and use the sample code to start from, as it will allow you to start coding without needing to create a Makefile, just start editing the .c file included.
About the installer: The LibHelpMii installer is a edited version of the Portapack Unplugged! Updater, I cannot take full credit for it. Aether created the installer, and I just deleted and edited the links.
Report Bugs, suggestions, hate-mail, love-mail, awesomeness, and comments here.