Skip to content

v1.0.5 — Text & Ring emitters

Choose a tag to compare

@PiotrPrus PiotrPrus released this 22 Apr 04:59
· 20 commits to main since this release
cc4eff2

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 — when true, particles currently inside the start region are not drawn. Pairs with Shape.OVAL + 360° spread to keep the ring interior clean.
  • New EmojiRain sample — emojis falling from the top with a live slider and a 3-second burst button.
  • New RingEmitter sample — ring emitter with a toggle for the new hide flag.

Install

implementation("io.github.piotrprus:particle-emitter:1.0.5")