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.
Global
mkdir -p ~/.claude/skills/pixijs-tickerProject
mkdir -p .claude/skills/pixijs-tickerSource Repository
Godot Gdscript Patternswshobson/agents
Learn Godot 4 GDScript patterns for signals, scenes, state machines, and optimization
Game Enginegithub/awesome-copilot
Build web-based game engines and games using HTML5 Canvas WebGL and JavaScript
Unity Ecs Patternswshobson/agents
Master Unity ECS DOTS Jobs and Burst for efficient game development
Multiplayer Gamerivet-dev/skills
Ready made patterns for building any multiplayer game fast
Threejs Geometrycloudai-x/threejs-skills
Build 3D shapes with built-in and custom geometry using Three.js
Threejs Materialscloudai-x/threejs-skills
Pick the right Three.js material for realistic or stylized 3D objects
Game Developerjeffallan/claude-skills
Build fast, smooth games with Unity Unreal Engine patterns and performance tips
Game Developmentsickn33/antigravity-awesome-skills
Choose your platform and build games with proven patterns and performance tips