v4-new-features

Document Phaser 4 rendering components and API changes for Phaser 3 migration.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/dzyamik/furry-match3 --skill v4-new-features-dzyamik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: v4-new-features
Source: https://github.com/dzyamik/furry-match3/tree/main/.claude/skills/v4-new-features
Command: npx skills add https://github.com/dzyamik/furry-match3 --skill v4-new-features-dzyamik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides a structured overview of Phaser 4's new features and rendering capabilities to help developers learn, compare, and migrate from Phaser 3.

Core Features & Use Cases

  • Discover and compare new Phaser 4 features like Filters, RenderNodes, CaptureFrame, Gradient, Noise, SpriteGPULayer, and TilemapGPULayer.
  • Understand how Lighting, RenderSteps, and the new Tint modes affect rendering, performance, and design decisions.
  • Use cases include migration planning, tutorial creation, and reference guidance for implementing advanced graphics in games.

Quick Start

Ask for a concise overview of Phaser 4's new features with quick-start examples.

Frequently Asked Questions about v4-new-features

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

FAQPage Schema
What are the new rendering features in Phaser 4?

Phaser 4 rendering features include Filters, RenderNodes, CaptureFrame, Gradient, Noise, SpriteGPULayer, TilemapGPULayer, Lighting, RenderSteps, and updated Tint modes to enhance game graphics performance and design.

How do I migrate from Phaser 3 to Phaser 4 rendering components?

To migrate from Phaser 3 to Phaser 4, review the API changes, naming conventions, integration points, and setup requirements for new rendering components like RenderNodes and SpriteGPULayer provided in the reference.

How do RenderNodes and SpriteGPULayer work in Phaser 4?

RenderNodes and SpriteGPULayer in Phaser 4 function as advanced rendering components that restructure the graphics pipeline, requiring specific integration points and setup to optimize rendering performance and visual output.

Does Phaser 4 support GPU-accelerated tilemaps and lighting?

Yes, Phaser 4 supports GPU-accelerated graphics through TilemapGPULayer and advanced Lighting features, allowing developers to leverage WebGL for improved rendering performance and complex visual effects.

What is the difference between Phaser 3 and Phaser 4 graphics APIs?

The difference between Phaser 3 and Phaser 4 graphics APIs lies in updated naming conventions, new integration points for RenderSteps and Filters, and a restructured rendering architecture designed for advanced GPU layers.

When should I use CaptureFrame and Gradient in Phaser 4?

Use CaptureFrame and Gradient in Phaser 4 when you need to capture specific rendering outputs and apply smooth color transitions, integrating them through the updated API setup requirements for visual design.