AI AGENT ADDONS
AI & Agent Building
1,718installs

PixiJS lets you handle clicks, drags, and touches on your graphics. You set eventMode to make objects interactive. Use static for buttons and dynamic for moving objects.

Listen to events like pointerdown and globalpointermove. The globalpointermove event is great for dragging. You can also change the cursor style.

This skill covers all event types and listening styles. It works with pointer, mouse, touch, and wheel input. You can stop events from spreading with stopPropagation.

Add Pixijs Events skill to your workflow

Global

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

Project

mkdir -p .claude/skills/pixijs-events

Source Repository

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