PDA

View Full Version : GRRLIB-v1.6 Released



wraggster
April 27th, 2008, 11:16
NoNameNo (http://wiibrew.org/index.php?title=Homebrew_apps/GRRLIB) has released a new version of grrlib (a tool for devs), heres whats new:


Whats new in 1.6?


functions:
added: void GRRLIB_DrawRectangle(int x, int y, int hight, int widht, u16 color, int filled)
added: void GRRLIB_DrawTriangle(int x, int y, int xa, int ya, int xb, int yb, u16 color)
added: int GRRLIB_GetMapTile(int x, int y, int map[],int mapwidth)
added: GRRLIB_Print(int x, int y, int xsize, int ysize,char* text,const u16 tdata[], int fg, int bg)
added: void GRRLIB_ImgPrint(int x, int y, int xsize, int ysize,char* text,const u16 tdata[])

Improved: GRRLIB_DrawImg(int xpos, int ypos, ...) -> merged with the rotozoom function!
Improved: GRRLIB_DrawTile(int xpos, int ypos, ...) -> merged with the rotozoom function!
tools:
win32 pngconverter
Online converter - http://grrlib.santo.fr/tools/gfx_converter.php

Download and Give Feedback Via Comments