SpriteManager: Difference between revisions
Jump to navigation
Jump to search
New page: {{Infobox homebrewapp | | title = SpriteManager | description = Library | type = Development | display = Any | author = Armin Tamzarian | version = 1.0 | download ... |
No edit summary |
||
| Line 5: | Line 5: | ||
| type = Development | | type = Development | ||
| display = Any | | display = Any | ||
| author = [[User: | | author = [[User:Untitled|Untitled]] | ||
| version = 1.0 | | version = 1.0 | ||
| download = [http://www.megaupload.com/?d=G3EG6GRT ] | | download = [http://www.megaupload.com/?d=G3EG6GRT ] | ||
Revision as of 02:07, 5 December 2008
| SpriteManager | |
| General | |
|---|---|
| Author(s) | Untitled |
| Type | Development |
| Version | 1.0 |
| Links | |
| [[[1]|Download]] | |
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. 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 code 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.
Installation
Follow the Readme file