Skip to content

Releases: pixijs-userland/particle-emitter-editor

0.2.2

05 Nov 17:41
Compare
Choose a tag to compare
  • Added fields for noRotation, maxSpeed, and minimumSpeedMultiplier.
  • Fixed problems with minimum spinner values.

0.2.1

16 Mar 16:14
Compare
Choose a tag to compare

Added support for a new emission type - Ring. Ring emitted particles are emitted in a circle with a minimum radius. Each particles initial rotation is based on the position in the ring, so that each particle moves away from the center of the ring.

0.2.0

15 Dec 22:31
Compare
Choose a tag to compare

Added the Advanced Particle Properties section, with extra data and particle type selection. Currently, this only means that you can play with the new Path Particles, although the ability to use your own particle subclasses is planned.
This release has been remade because the installer was messed up the first time.

0.1.1

02 Dec 14:16
Compare
Choose a tag to compare

Bug Fixes

  • Fixed negative numbers not being allowed in the UI

0.1.0

18 Nov 17:13
Compare
Choose a tag to compare

Changes

  • Upgraded interface to Bootstrap
  • Removed jQuery UI for interface elements
  • Built a stand-alone app version
  • New app icon

0.0.2

18 Sep 23:22
Compare
Choose a tag to compare
  • Added new options to match library features.
  • WebGL no longer required
  • Better value checking to avoid null values in your JSON.

0.0.1

18 Sep 20:21
Compare
Choose a tag to compare

Initial release