GRRLIB
GRRLIB v2.0: Nintendo Wii library utilizing the Wiimote controller - Image 1We just got informed that homebrew developer NoNameNo will stop developing the application GRRLIB for the Nintendo Wii console.
As a farewell for this program and its followers, the coder released version 2.0
libwiisprite 0.1.9
Budding homebrew developers who want to make a name for themselves on the Nintendo Wii will be happy to know that a new build for the C++-based sprite library is finally available for download. Developers Chaosteil and Feesh! recently announced the new bugfix release to libwiisprite, stepping up this useful development tool to version 0.1.9
GRRLib 3.0.1
With the rise of the Wii homebrew scene becoming even more pronounced lately, it's no surprise that there's been a generous amount of dev tools circulating around the community. One of these include nonameno's development library entitled "GRRRLib", with a new iteration currently clocked at version 3.0.1 Alpha
BmpToZlibGC
from Cthulhu32:
BmpToZlibGC 1.1 is a Windows software to use for Gamecube/Wii homebrew development.
Usage
From a command line:
* BmpToZlibGC.exe
* Optional -MP 0xFF00FF 0x000000 courtesy of PaceMaker's original code.
* This application has been tested & fully working in WINE as well
BCX-BASIC
BCX is called "The BASIC To C Translator". This means that BASIC code is converted to C. After that the resulting C code is compiled with the devKitPro toolchain with all the libraries like a normal Wiibrew application.
You have to have a bit of C knowledge to use BCX since you sometimes have to inspect the resulting C code
FreeTypeGX 0.1.3
FreeTypeGX is a wrapper class for libFreeType which renders a compiled FreeType parsable font into a GX texture for Wii homebrew development.
FreeTypeGX is written in C++ and makes use of a pre-buffered methodology to allow fast and efficient printing of text to the EFB
Libwiigui
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
Q2Rev Release 1
A port of the original id Tech 2 engine (Quake II) to the Nintendo Wii, compiled using devkitPPC / libogc.
Release 1
The engine is almost feature-complete, with sound & network play. The only missing functionality is the CTF (capture-the-flag) module that was added later into the engine