v1.0.5 — Text & Ring emitters
Two new config knobs plus sample screens demonstrating them.
Changes
ParticleShape.Text(text, textStyle, textMeasurer)— new shape variant. The text is rasterized once into an ImageBitmap and drawn as a texture on every frame, so hundreds of text/emoji particles stay smooth.CanvasEmitterConfig.hideInStartRegion— whentrue, particles currently inside the start region are not drawn. Pairs withShape.OVAL+ 360° spread to keep the ring interior clean.- New
EmojiRainsample — emojis falling from the top with a live slider and a 3-second burst button. - New
RingEmittersample — ring emitter with a toggle for the new hide flag.
Install
implementation("io.github.piotrprus:particle-emitter:1.0.5")