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
GRRLIB
If you've enjoyed experimenting with NoNameNo's homebrew application for the Wii, then you're going to enjoy the update we have for you today.
Just to clear things up, a few days ago we posted GRRLIB v2.0. Apparently, it was still unfinished. Now, v1.6 is the official latest version of the homebrew
The Wii Device Library is a cross platform C# class library that provides an interface to various Wii related devices, like the Wiimote, Classic Controller, Nunchuk and Balance Board