PDA

View Full Version : SpriteManager v1.0



wraggster
December 5th, 2008, 22:03
Spritemanager (http://wii.gx-mod.com/modules/news/article.php?storyid=1739) 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. This code is usefull to avoid memory problem since the object SpriteManager handle correctly himself memory used (free memory just deleting the object SpriteManager or removing a sprite).

This library is developped in C++ by Unititled with help of TextRender written by DragonMinded (modified) and Imageloader by Ulti (highly modified).

The use of SpriteManager is highly detailed in the SpriteManager.h and an simple example project is given in the pack.

Download and Give feedback Via Comments