pixijs / particle-emitter

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

It extends Container, not ParticleContainer #195

Open FloodGames opened 1 year ago

FloodGames commented 1 year ago

Performance fix possible by implementing ParticleContainer ?

More info here: https://pixijs.download/dev/docs/PIXI.ParticleContainer.html

andrewstart commented 1 year ago

It depends on your use case, but in general the constant adding/removing children that this library does isn't what ParticleContainer (or normal Container) really likes - see https://pixijs.io/particle-emitter/examples/particleContainerPerformance.html