spriteUtilities icon indicating copy to clipboard operation
spriteUtilities copied to clipboard

Useful functions for creating and working with sprites in Pixi

Results 5 spriteUtilities issues
Sort by recently updated
recently updated
newest added

The PIXI.extras.MovieClip.frameSeries() function is deprecated? PIXI documentation states MovieClip was dropped in favor of AnimatedSprite What method is the equivalent of the frameSeries now? Or am I missing something?

Hello, I have a case where I already have the texture for my filmstrip, but the method only accepts the loader-resource key. If it could take any texture it would...

help wanted

Hello, This is a good lib, please publish to npm? Kind Regards,

Added an onComplete function call to the end of the animation loop, so we can have a user-defined onComplete function. This is setup the same way as everything else (`sprite.onComplete...