SpriteMaster is a single-surface 3D sprite system for Blitz3D.
It is loosely based on my SpriteControl functions.

Features:
* Single-surface pixel-perfect (animated) sprites
* Easy to use
* Quick loading of images (compared to SpriteControl)
* Fast system (single-surface quads)
Currently, SpriteMaster has these commands available:
You may also wish to download ImagePacker. A tool for packing images into a single larger image/texture suitable for SpriteMaster.
DOWNLOAD SpriteMaster
There is also a 2D version of SpriteMaster called ImageMaster. Operates pretty much the same but for use with standard 2D images. This is included in the zip.
******************
Still to do:
* Draw priority
* Collisions (SpritesOverlap)
* Text routines
* Finish the docs
* userlib decs for the commands
******************
CREDITS:
Rob Cummings - General help and advice
Skidracer - Pixel perfect sprites
It is loosely based on my SpriteControl functions.
Features:
* Single-surface pixel-perfect (animated) sprites
* Easy to use
* Quick loading of images (compared to SpriteControl)
* Fast system (single-surface quads)
Currently, SpriteMaster has these commands available:
SpriteGraphics EndSpriteGraphics SpriteCameraZoom LoadSpritePack() FreeSpritePack GetPackedSprite() CountPackedSprites() CountSpriteFrames() SpriteFrame() SpriteX() SpriteY() RotateSprite SpriteAngle() CopySprite() ResizeSprite SpriteWidth() SpriteHeight() HandleSprite SpriteXHandle() SpriteYHandle() SpriteColor SpriteAlpha GetSpriteAlpha() SpriteRed() SpriteGreen() SpriteBlue() SpriteName$() ResetSprite FreeSprite FlipSprite
You may also wish to download ImagePacker. A tool for packing images into a single larger image/texture suitable for SpriteMaster.
DOWNLOAD SpriteMaster
There is also a 2D version of SpriteMaster called ImageMaster. Operates pretty much the same but for use with standard 2D images. This is included in the zip.
******************
Still to do:
* Draw priority
* Collisions (SpritesOverlap)
* Text routines
* Finish the docs
* userlib decs for the commands
******************
CREDITS:
Rob Cummings - General help and advice
Skidracer - Pixel perfect sprites

