AI AGENT ADDONS

Pixijs Filters

pixijs/pixijs-skills

You can add visual effects to any graphic or sprite in PixiJS. Just attach a filter to a container. Built-in filters let you blur, change colors, twist shapes, add noise, or adjust transparency. You can also make your own filter using shader code. This skill shows how to use all of them. It helps you create stunning visuals for games, apps, or interactive websites.

Filters work by chaining them together. You can apply multiple effects at once. For example, add a blur and a color change together. You can also control the area the filter affects for better performance. The skill covers all common options like resolution, padding, and antialias.

If you need something unique, you can write a custom fragment shader with GLSL or WGSL. The Filter.from method makes it easy. Just provide your shader code and any custom values. This skill is perfect for any developer who wants to make their PixiJS graphics stand out.

Add Pixijs Filters skill to your workflow

Global

mkdir -p ~/.claude/skills/pixijs-filters

Project

mkdir -p .claude/skills/pixijs-filters

Source Repository

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