GRRLIB
This is an old revision of this page, as edited by Crayon (talk | contribs) at 10:00, 2 March 2024. It may differ significantly from the current revision. |
GRRLIB is a C/C++ 2D/3D graphics library for Wii application developers. It is essentially a wrapper which presents a friendly interface to the Nintendo GX core. With it, coders can quickly and easily start creating graphical applications.
GRRLIB | |
![]() | |
General | |
---|---|
Author(s) | NoNameNo |
Contributor(s) | Numerous |
Type | Framework library |
Version | 4.5.1 |
Licence | MIT Licence |
Links | |
Download | |
Website | |
Discussion | |
Source |
GRRLIB is supplied as a standard C/C++ library (aka. archive) called 'libgrrlib'. Because GRRLIB processes JPEG and PNG images, it requires the installation of the 'libjpeg' and 'libpngu' libraries. 'libpngu', in turn, requires 'libpng' and 'libpng' requires 'libz'. GRRLIB also has FileIO functions to allow real-time loading and saving of graphical data, and thus also requires 'libfat'. GRRLIB also has the possibility to use TrueType fonts, so 'libfreetype' is also required.
There are currently 130 applications using GRRLIB.
Help can be found on the forum or in #grrlib on EFnet.
The Change Log can be found in the documentation.
Sample Code included in GRRLIB releases
Little Promotion Demos
Credits
Programming
Documentation
Advising
Tools
- WiiBuilder is software for Windows that help you with image conversion/generation and more.