particles

Configure and manage ParticleEmitter instances in Phaser 4 game scenes.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/tja688/WebGameDevPlace --skill particles-tja688
Or copy as Structured Prompt for Agentâ–¼
Please help me install this Agent Skill.
Skill: particles
Source: https://github.com/tja688/WebGameDevPlace/tree/main/.claude/skills/particles
Command: npx skills add https://github.com/tja688/WebGameDevPlace --skill particles-tja688

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill simplifies the complex task of managing particle systems in Phaser 4, removing the need to manually handle particle pooling, emitter configuration, and lifecycle management.

Core Features & Use Cases

  • Emitter Configuration: Easily define flow or burst modes, gravity wells, and emission zones using flexible value formats.
  • Lifecycle Management: Automatically handles particle pooling, updates, and cleanup, allowing for high-performance visual effects like fire, smoke, or explosions.
  • Use Case: Quickly implement a complex explosion effect by defining a burst emitter with custom gravity wells and color interpolation to enhance game feedback.

Quick Start

Use the particles skill to create a new ParticleEmitter in your scene that emits red flares with a lifespan of 2000ms and a gravity well pulling particles toward the center.

Frequently Asked Questions about particles

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create particle effects in Phaser 4 without manually managing object pooling?â–¼

Phaser 4 particle effects can be created by configuring ParticleEmitter instances that automatically handle lifecycle management and internal pooling. This simplifies emitting complex visual effects like fire, smoke, and explosions without manual cleanup.

What are emission zones and death zones in Phaser 4 particle emitters?â–¼

Emission zones define specific areas where particles spawn, while death zones remove particles upon contact within a Phaser 4 game scene. These configurations enable precise spatial control over complex particle behaviors and visual effect boundaries.

Can I use gravity wells to manipulate particle movement in Phaser game scenes?â–¼

Gravity wells can be configured within Phaser 4 ParticleEmitter instances to pull emitted particles toward specific coordinates. This allows developers to simulate physics-based attraction behaviors for dynamic visual effects.

Does this particle emitter support both continuous flow and sudden burst modes?â–¼

The particle emitter supports both continuous flow and sudden burst emission modes. These flexible value formats allow you to define streams of particles for ambient effects or instant bursts for explosion feedback in Phaser 4 scenes.

What is the best way to render high-performance explosion effects in Phaser 4?â–¼

The best way to render high-performance explosion effects is using optimized ParticleEmitter instances with internal pooling. Defining a burst emitter with custom color interpolation and gravity wells ensures efficient rendering without scene slowdown.