AI AGENT ADDONS
Game Development
1,701installs

Smooth animations and fast game logic depend on a precise frame loop. The PixiJS Ticker runs your code every single frame. It gives you the timing values you need to move objects at a steady speed. You can control the order of updates and cap the frame rate to save battery or match a target. This skill helps you build responsive games and interactive graphics.

Game developers and animators use the Ticker to handle movement, physics, and rendering. You can add callbacks with different priorities to run tasks in the right order. The Ticker also supports speed scaling so you can slow down or speed up your entire game. It even lets you attach an onRender hook to individual sprites.

You can create your own Ticker instance or use the shared one that comes with your PixiJS Application. The Ticker handles frame skipping and capping automatically. This makes it easy to build smooth, performance-friendly experiences on any device.

Add Pixijs Ticker skill to your workflow

Global

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

Project

mkdir -p .claude/skills/pixijs-ticker

Source Repository

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