Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 544 Bytes

File metadata and controls

12 lines (8 loc) · 544 Bytes

Unity_Screenspace_ParticleSystem

Particle system that spawn particles using fragment shaders. All operations are done on GPU using compute shaders and indirect drawing.

Inspired by God Of War technique describe in Disintegrating Meshes with Particles in 'God of War'.

Status

This project is in active development. It hasn't receive a stable release yet.

You can see project current status in dev branch.