AI AGENT ADDONS

Pixijs Scene Particle Container

pixijs/pixijs-skills
Game Development
2,773installs

Render thousands of moving objects with smooth performance. ParticleContainer draws many sprites in a single pass. This saves memory and keeps frames fast.

This skill is perfect for particle effects, bullet patterns, or any scene with many similar objects. Each particle shares one texture and has limited transform options. Use addParticle instead of addChild to control them.

Learn how to set up a ParticleContainer with options like boundsArea and dynamicProperties. You can animate position, rotation, or color without slowing down. Wrap it in a regular Container to group with other objects.

Add Pixijs Scene Particle Container skill to your workflow

Global

mkdir -p ~/.claude/skills/pixijs-scene-particle-container

Project

mkdir -p .claude/skills/pixijs-scene-particle-container

Source Repository

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