Skip to content

v1.0.1

Choose a tag to compare

@PiotrPrus PiotrPrus released this 16 Apr 11:58
· 59 commits to main since this release

What's new

  • Smooth config updates — Changing emitter parameters (e.g. birth rate) no longer restarts the animation. Config is read reactively each frame via rememberUpdatedState.
  • Frame-delta particle spawning — Replaced interval-based emission with frame-delta accumulation for accurate, smooth birth rates.
  • Reactive remember keysremember and LaunchedEffect in ParticlesEmitter and MultiEmitter now properly react to config changes.
  • Sample app overhaul — Navigation between demos, interactive birth rate slider for the canvas emitter.

Installation

dependencies {
    implementation "io.github.piotrprus:particle-emitter:1.0.1"
}

Available on Maven Central.