Download and Help Forum : http://grrlib.santo.fr
===============================================================
Info:
----
Hello, since more than 60% of wii homebrew coders used GRRLIB, we decided to provide a new/better/optimised version.
This one is 4.0.0 and we hope it will help as new coders as confirmed ones.
We really need your feedback so join us on the forum to provide ideas, patch, new bitmap effects, etC...
GRRLIB is NOT provided under any shitty license.
If you use it, we only ask to :
- dont forget us in the credits !!
- to display the grrlib logo in you product as it's possible ;) ( logo available here http://grrlib.santo.fr/wiki/images/logo.png )
Keep In Mind :
------------
- Due to GX restriction, your png, jpg, and/or empty texture have to be multiple of 4 (for width and height)
- PNG and JPEG must be in RGBA (not indexed) (gimp or photoshop do it easily)
ChangeLog :
---------
* Color format changed for ALL GRRLib functions (now its RGBA) to fit to GX_Color format and use GX_Color1u32
* GRRLIB_LoadTexture now Auto Detect PNG or JPEG
* GRRLib introduce a new texture structure (easier to handle texture width, height, etc ...):
typedef struct GRRLIB_texImg{
unsigned int w;
unsigned int h;
unsigned int tilew;
unsigned int tileh;
unsigned int nbtilew;
unsigned int nbtileh;
unsigned int tilestart;
void *data;
} GRRLIB_texImg;
* add void GRRLIB_InitTileSet(struct GRRLIB_texImg *tex, unsigned int tilew, unsigned int tileh, unsigned int tilestart);
* GRRLIB_DrawImg recoded for simpler use
* GRRLIB_DrawTile recoded for simpler use
* InitVideo() and GRRLIB_Start() merge into GRRLIB_Init().
* add GRRLIB_PtInRect, GRRLIB_RectInRect and GRRLIB_RectOnRect. (to detect hot zone)
* GRRLIB_GetPixelFromtexImg and GRRLIB_SetPixelTotexImg (to directly read/write in texture)
* add GRRLIB_Exit to free the memory allocated by GRRLIB
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
WiiBuilder WiiBuilder
is a Windows software to use for Wii homebrew development
GRRLib 3.0.1 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
Knowledge Knowledge
Knowledge is an engine i been creating in my spare time since August, 31 of 2008. The goal is to make a practical and fast engine where developers can feel comfortable and do things in a organized way. The engine features over 40
libwiisprite libwiisprite
Homebrew developers trying their hands out on the Nintendo Wii platform should take the time to download the latest version of Chaosteil's and Feesh!'s libwiisprite. The newest build of the sprite library bumps itself up to version 0.2.1 and comes with a lot of optimizations to help those homebrew projects out.
Much of the changes in libwiisprite 0.2
FreeTypeGX FreeTypeGX
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 selectable pre-buffered or buffer-on-demand methodology to allow fast and efficient printing of text to the EFB.
Note: As of version 0.2
Wii Config Wii Config
As the latest from homebrew developer Waninkoko, Wii Config version 1.0 is the developer's first release of a homebrew semi-brick circumvention tool for the Nintendo Wii
FreeTypeGX FreeTypeGX
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 selectable pre-buffered or buffer-on-demand methodology to allow fast and efficient printing of text to the EFB
GRRLib Wii Homebrew - Wiibrew - development library- GRRLIB download - Image 1Want to get into the world of Wiibrewing? You can start with nonameno's GRRLib, a development library that can get you started on your way to coding for the Wii, which you can view at the source link
WiiuseJ v 0.12a WiiuseJ v 0.12a
WiiuseJ is a java API to use wiimotes on your computer. This API is built on top of an excellent API called Wiiuse using JNI.
WiiuseJ intents to be a very simple, easy to use and lightweight java API for wiimotes
Spritemanager Spritemanager
Spritemanager is a class designed to be an easy to use manager for libwiisprite that allow to directly create and handle sprites with images, images sequence or text inside
Comments on GRRLib 4.0.0:
Comments not found
If you noted an error or download link is broken, please, report it via this page or use comments.
Please, select device to check if GRRLib 4.0.0 supports it