An open API service indexing awesome lists of open source software.

https://github.com/hypesio/unity_screenspace_particlesystem

Custom GPU particle system generating particles using screen space data.
https://github.com/hypesio/unity_screenspace_particlesystem

computer-graphics particle-system unity unity3d-plugin

Last synced: 5 months ago
JSON representation

Custom GPU particle system generating particles using screen space data.

Awesome Lists containing this project

README

          

# 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'](https://www.youtube.com/watch?v=ajNSrTprWsg&t=711s)*.

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

You can see project current status in [dev branch](https://github.com/Hypesio/Unity_ScreenSpace_ParticleSystem/tree/dev).