Libwiigui
This is an old revision of this page, as edited by Tantric (talk | contribs) at 07:08, 5 April 2009. It may differ significantly from the current revision. |
libwiigui | |
![]() | |
General | |
---|---|
Author(s) | Tantric |
Type | Development |
Version | 1.01 |
Links | |
[[Google Code|Download]] | |
[[Google Code|Source]] |
libwiigui is a GUI library for the Wii, created to help structure the design of a complicated GUI interface, and to enable an author to create a sophisticated, feature-rich GUI. It was originally conceived and written after I started to design a GUI for Snes9x GX, and found libwiisprite and GRRLIB inadequate for the purpose. It uses GX for drawing, and makes use of PNGU for displaying images and FreeTypeGX for text. It was designed to be flexible and is easy to modify - don't be afraid to change the way it works or expand it to suit your GUI's purposes! If you do, and you think your changes might benefit others, please share them so they might be added to the project!
Quickstart
Start from the included demo/template. For more advanced uses, and more extensions, see the source code for Snes9x GX, FCE Ultra GX, and Visual Boy Advance GX. A copy of the documentation is included, or you can read it online.
Credits
This library was wholly designed and written by Tantric. Thanks to the authors of PNGU and FreeTypeGX, of which this library makes use. Thanks also to the authors of GRRLIB and libwiisprite for laying the foundations, and to Peter de Man for the background music used in the included demo/template.
Bugs & Suggestions
If you have any issues with the library, or wish to contribute in any way, please post on the libwiigui Google Code site Issues page.
Update History
1.0.1 - April 5, 2009
- Changed default sound format to 16bit PCM 48000
- Added loop option for OGG sound playback
1.0 - April 4, 2009
- Inital release