i have just updated both NoRSX versions (PS3 and PC)
have fun!

PS3 changelog:
Added Image Resize Algorithm
Fixed various problems
Rewritten Makefile
Added Image Resize
Added NoRSX PS3 Version Performance Patches
[GIT] https://github.com/wargio/NoRSX__PCEMU
How to use Example:
pngData *mypng = new pngData; //define a pngData pointer
NoRSX *GFX = new NoRSX(); //initialize NoRSX
Image IMG(GFX); //initialize NoRSX Image Lib
IMG.LoadPNG("path_to_your.png", mypng);
png = IMG.ResizeImage(mypng, 500, 300); //Resize the image to this dimension: width = 500 and height = 300 and take the image from mypng, then return the new pointer to mypng.
IMG.DrawIMG(10,50,png); //draw the png on the screen at x = 10 and y = 50
Remember that there's always a wiki: http://www.psxbrew.net/wiki/Main_Page & http://ps3devwiki.com/wiki/Main_Page







Recent Threads

Recent Comments
vBulletin Message