pixijs / particle-emitter

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

Spawn a single particle #161

Closed hood closed 2 years ago

hood commented 2 years ago

Picking up from where #131 left off, I'd like to be able to spawn a single particle from an emitter, even if this means setting up the emitter to always spawn a single particle.

andrewstart commented 2 years ago

The upcoming major update will have an emitNow() method that will emit a single wave of particles (one frequency tick, basically).

andrewstart commented 2 years ago

Release 5.0.0 is out, which has this!