Skip to content

Releases: tguerin/newton

v0.0.12

06 Aug 07:49
Compare
Choose a tag to compare

2023-08-06

Fixed

  • [Fix] Fix concurrent modification when post effect is triggered.

v0.0.11

06 Aug 07:48
Compare
Choose a tag to compare

2023-08-06

Feature

  • [Feature] Allow to add a post effect to a particle.
  • [Feature] Allow a finite number of particles.
  • [Feature] Add firework example.

v0.0.10

04 Aug 15:47
Compare
Choose a tag to compare

2023-08-04

Feature

  • [Feature] Allow color configuration for particles.

Fixed

  • [Fix] Ensure repaint won't happen outside of Newton widget.
  • [Fix] Improve performance by disabling compositor cache.

v0.0.9

02 Aug 08:55
Compare
Choose a tag to compare

2023-08-02

Fixed

  • [Fix] Center title for effects.

v0.0.8

02 Aug 08:47
Compare
Choose a tag to compare

2023-08-02

Fixed

  • [Fix] Fix display of the logo on pub.dev.

v0.0.7

02 Aug 08:46
Compare
Choose a tag to compare

2023-08-02

Fixed

  • [Fix] Fix display of doc on pub site.

v0.0.6

02 Aug 08:44
Compare
Choose a tag to compare

2023-08-02

Feature

  • [Feature] Doc update with logo and sample gifs.

v0.0.5

01 Aug 14:39
Compare
Choose a tag to compare

2023-08-01

Feature

  • [Feature] Introduce the notion of PathTransformation for particles.
  • [Feature] Add a fountain like effect.

v0.0.4

01 Aug 11:15
Compare
Choose a tag to compare

2023-08-01

Feature

  • [Feature] Add dart docs.
  • [Feature] Allow to stop/start/kill an effect.

Fixed

  • [Fix] Fix some imports.

v0.0.3

31 Jul 07:39
Compare
Choose a tag to compare

2023-07-31

Feature

  • [Feature] Rework how effects are configured for better configurability.
  • [Feature] Allow to configure angle in smoke effect from configurator.
  • [Feature] Add pulse effect.