godot-particles

Create GPU-accelerated particle systems in Godot Engine with GDScript examples.

488|36|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-particles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-particles
Source: https://github.com/thedivergentai/gd-agentic-skills/tree/main/skills/godot-particles
Command: npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-particles

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides expert guidance and tools for creating visually impressive and performant particle effects in Godot Engine, enhancing game visuals and user feedback.

Core Features & Use Cases

  • GPU Particle Systems: Efficiently manage explosions, magic effects, weather, and trails using GPUParticles2D and GPUParticles3D.
  • Material Configuration: Customize particle appearance and behavior with ParticleProcessMaterial, gradients, and custom shaders.
  • Advanced Techniques: Implement sub-emitters for complex effects and optimize performance for various platforms.
  • Use Case: You're developing a fantasy RPG and need to create a magical spell effect. This Skill can guide you in setting up particle emitters, defining their emission shape, velocity, color over lifetime, and even adding sub-emitters for secondary effects like sparks.

Quick Start

Use the godot-particles skill to create a one-shot explosion effect with 64 particles, a lifetime of 0.8 seconds, and a spherical emission shape with a radius of 5.0.

Frequently Asked Questions about godot-particles

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

FAQPage Schema
How do I create GPU particle effects in Godot for 2D and 3D games?

You create GPU particle effects in Godot using GPUParticles2D and GPUParticles3D nodes. This Skill provides GDScript blueprints and configuration examples for building dynamic visual elements, emissions, and trails.

What's the best way to configure a one-shot explosion particle system in Godot?

The best way to configure an explosion particle system in Godot is by setting a specific particle count, short lifetime, and spherical emission shape. This Skill offers quick start blueprints for exactly these one-shot VFX setups.

Can I use custom shaders and gradients with ParticleProcessMaterial in Godot?

Yes, you can use custom shaders and gradients with ParticleProcessMaterial in Godot. This Skill demonstrates how to customize particle appearance and behavior by defining color over lifetime and dynamic visual properties.

How do sub-emitters work for complex visual effects in Godot Engine?

Sub-emitters in Godot Engine work by triggering secondary particle systems from a primary emitter, allowing complex visual effects like sparks following an explosion. This Skill covers implementing these advanced techniques for detailed VFX.

Does this Skill provide guidance on Godot particle performance optimization?

Yes, this Skill provides guidance on Godot particle performance optimization. It includes expert blueprints for managing efficient GPU-accelerated particle systems and configuring materials to ensure VFX run performantly across platforms.