AI AGENT ADDONS

Pixijs Scene Gif

pixijs/pixijs-skills
Game Development
1,601installs

Animated GIFs can play inside your PixiJS projects. The GifSprite tool loads a GIF and shows it on screen. You just import a special file and load the GIF with Assets.load. The loader returns a GifSource object, not a normal texture. Then you wrap that source in a new GifSprite. You can control playback with play, stop, and set animationSpeed. It also supports callbacks like onComplete when a non-looping animation ends. Use a Container to group multiple GIFs together.

This skill is for developers building games or interactive scenes with PixiJS. It helps you add looped or one-shot animated characters, effects, or UI elements. For many frames, a spritesheet with AnimatedSprite is faster. But for quick GIF support, this is the way to go.

Add Pixijs Scene Gif skill to your workflow

Global

mkdir -p ~/.claude/skills/pixijs-scene-gif

Project

mkdir -p .claude/skills/pixijs-scene-gif

Source Repository

Stars
262
Forks
15
Watchers
262
License
MIT
Last Push
1 month ago
Created
3 months ago