Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
App Backup Share Restore
Dropchord for Android
Lightsword Lite
Light Lines
Stack Match 2
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
GRRLib 4.0.0




GRRLib 4.0.0
Version: 1.0

Platforms: Mobile Gaming, Wii


Categories: Programming & Development

Upload date: 25 Jan 12

Developer:

License: Freeware

Downloads: 10
Download Free GRRLib 4.0.0 



Rating: 0.0/5 (Total votes: 0)




  GRRLib 4.0.0

===============================================================
Code : NoNameNo
Additional Code : Crayon
Code Hints : RedShade

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 )

Requirement :
-----------
- DevkitPPC
- LibOGC
- LibFAT


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)

* GRRLIB_CreateEmptyTexture and GRRLIB_FlushTex

* New Bitmap FX:
- GRRLIB_BMFX_Grayscale
- GRRLIB_BMFX_Invert
- GRRLIB_BMFX_Scatter
- GRRLIB_BMFX_Blur
- GRRLIB_BMFX_Pixelate

* 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:

GRRLIBGRRLIB
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
GRRLibGRRLib
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
GRRLib 3.0.1GRRLib 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
BmpToZlibGCBmpToZlibGC
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
Box2D for the WiiBox2D for the Wii
Box2D for the Wii Here's good news for Wiibrew devs out there. Introducing Box2D for the Wii! Box2D is an engine primarily designed for emulating 2D physics. I was recently also used in the creation of WiiPhysics, a new physics playground program from Beardface. To use the program, copy the contents of libbox2d to your libogc/ folder
libogc 20080602libogc 20080602
libogc 20080602  Heads up, Wiibrew developers! Here's the latest version of LibOGC, the premiere library for Wii and GameCube homebrew development. This version now has support for the Wiimote. Here's what else is new on release 20080602: * Shagkur's lwbt port and reworking of Para's wiiuse library bring us wiimote support
FreeTypeGXFreeTypeGX
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
Revolution Engine 0.1 public releaseRevolution Engine 0.1 public release
Revolution Engine 0.1 public release  Joining in the fray of the growingly exciting Wii homebrew community is Spanish developer technik and he brings with him his creation, the Revolution Engine. It's a 3D games engine for the Wii that allows you to easily create cool 3D homebrew games for your console. Cool, huh
ONScripterONScripter
ONScripter is an opensource cross-platform clone of the NScripter Visual Novel engine
MLlibMLlib
MLlib The MLlib (or Minishlink's Library) is a simple library to develop on Nintendo Wii. Technically, it's a wrapper of libogc and others librairies. Changelog: Now compatible with DevkitPPC r18 and libogc 1.8.0
 

Comments on GRRLib 4.0.0:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

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
 
 
© Pantich 2009 - 2025 All rights reserved.