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.