Skinned Console Library (C++) Source Code, Documentation & Example

Download C++ Wii DevkitPro Project Template (3954 downloads)

Please feel free to download the source for the Skinned Console Library that is used in BootMii Configuration Editor.  This code has been rewritten in C++ to make it much more friendly.  The download is a zipped devkitpro project that includes the following:

  1. C++ Source code for
    • Console Class
    • Skins Controller/Skins Class
    • FileIO Class
  2. Generated Documentation
    • For all the classes
  3. Example Application
    • main.cpp giving a demonstration of the classes

There will be similar releases in future weeks for the automatic update code, and XML saving of preferences, and all the other bits of BootMii Configuration Editor that are reusable and useful to myself and hopefully many others.

It requires the MiniXML library to compile/build.  You can download this from here: http://wiichat.googlecode.com/files/mxml-wii.tgz then you’ll need to extract and then copy mxml-wiimxmlliblibmxml.a to devkitProlibogclibwii

and mxml-wiimxmllibincludemxml.h to devkitProlibogcinclude

The Skinned Console Library is released as fully open source, so feel free to take and use this as you wish.  I only ask that if you do find any of this useful, please let me know, even if it’s just to say thanks 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *