AI AGENT ADDONS

Pixijs Custom Rendering

pixijs/pixijs-skills
Game Development
1,667installs

You can create custom visual effects for your graphics with PixiJS. Shaders are small programs that run on the GPU. They let you control every pixel and vertex in your scene.

With uniforms you pass changing data like time and colors. Filters apply effects to entire images or objects. You can write GLSL and WGSL code to work with both WebGL and WebGPU.

This skill helps you build custom rendering from simple shaders to advanced batchers. It works with the latest PixiJS v8 and keeps your code clean and fast.

Add Pixijs Custom Rendering skill to your workflow

Global

mkdir -p ~/.claude/skills/pixijs-custom-rendering

Project

mkdir -p .claude/skills/pixijs-custom-rendering

Source Repository

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