SpriteManager

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SpriteManager is a class designed to be an easy-to-use manager for libwiisprite that allows creating and handling sprites directly from images, sequences of images, or text. This code is useful to avoid memory problems since the SpriteManager object handles memory allocation itself (the memory is freed when you delete the SpriteManager object or remove a sprite).

SpriteManager
General
Author(s)Untitled
TypeLibrary
Version1.0
Links
Download

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

The usage of SpriteManager is thoroughly documented in SpriteManager.h and a simple example project is included in the SpriteManager package.

Installation

Follow the Readme file.