godot-particles
Installation
SKILL.md
Particle Systems
GPU-accelerated rendering, material-based configuration, and sub-emitters define performant VFX.
Available Scripts
vfx_shader_manager.gd
Expert custom shader integration for advanced particle VFX.
particle_burst_emitter.gd
One-shot particle bursts with auto-cleanup - essential for VFX systems.
custom_particle_logic.gdshader
Expert procedural particle movement logic. Demonstrates persistent CUSTOM data and USERDATA injection for dynamic wind/orbit effects.
sub_emitter_impact.gdshader
High-performance collision handling. Triggers sub-emitters (splashes/debris) using emit_subparticle() and COLLISION_NORMAL.