Hugo Locurcio b4eff8de9d Update all demos for Godot 4.6, fix Global Illumination demo 2 주 전
..
screenshots 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) 3 년 전
README.md b4c73f4888 Fix README links to asset library (#1078) 1 년 전
fire_particle.png fcc7d5c723 Optimize PNG images using oxipng 5 년 전
fire_particle.png.import 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) 4 달 전
flipbook.png 768346a092 Add a flipbook animation example to the 2D particles demo 5 년 전
flipbook.png.import 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) 4 달 전
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 2 년 전
icon.webp.import 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) 4 달 전
mask.png fcc7d5c723 Optimize PNG images using oxipng 5 년 전
mask.png.import 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) 4 달 전
particles.tscn b4eff8de9d Update all demos for Godot 4.6, fix Global Illumination demo 2 주 전
pause.gd 520b4a7870 Improve style in many demos (#1263) 4 달 전
pause.gd.uid 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) 4 달 전
point_normal_texture_image_outline.tres b4eff8de9d Update all demos for Godot 4.6, fix Global Illumination demo 2 주 전
point_texture_emit.tres b4eff8de9d Update all demos for Godot 4.6, fix Global Illumination demo 2 주 전
point_texture_image_outline.tres b4eff8de9d Update all demos for Godot 4.6, fix Global Illumination demo 2 주 전
project.godot b4eff8de9d Update all demos for Godot 4.6, fix Global Illumination demo 2 주 전
smoke_particle.png fcc7d5c723 Optimize PNG images using oxipng 5 년 전
smoke_particle.png.import 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) 4 달 전
spark_particle2.png fcc7d5c723 Optimize PNG images using oxipng 5 년 전
spark_particle2.png.import 14fcc0e133 Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258) 4 달 전

README.md

2D Particles

This demo showcases how 2D particle systems work in Godot.

Language: GDScript

Renderer: Mobile

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2724

How does it work?

It uses GPUParticles2D nodes with ParticleProcessMaterial materials. Note that ParticleProcessMaterial is agnostic between 2D and 3D, so when used in 2D, the "Disable Z" flag should be enabled.

Screenshots

Screenshot of particles