pixijs / particle-emitter

A particle system for PixiJS
http://pixijs.io/particle-emitter/docs
MIT License
793 stars 125 forks source link

[REQUEST] Support compute particles in Shader #68

Open finscn opened 6 years ago

finscn commented 6 years ago

I found some repos about particles in shader, but they are based on ThreeJS.

https://github.com/pwambach/threejs-particle-shader https://github.com/squarefeet/ShaderParticleEngine https://github.com/schteppe/gpu-physics.js

(Some of them could support that custom how to compute the particles with code-snippet).

I hope pixi-particles could support this feature.

( The ParticleContainer is not enough. the core-computation of particles is still in JS )

Thanks

RodRitter commented 6 years ago

Is there any feedback on this one? Would be such an awesome addition.

andrewstart commented 6 years ago

It's not something that I have the expertise to implement myself.