Skip to content

Releases: tguerin/newton

v0.0.13

07 Aug 07:56

Choose a tag to compare

2023-08-07

Feature

  • [Feature] Support trailing to achieve a shooting star effect.

v0.0.12

06 Aug 07:49

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

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

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

Choose a tag to compare

2023-08-02

Fixed

  • [Fix] Center title for effects.

v0.0.8

02 Aug 08:47

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

Choose a tag to compare

2023-08-02

Fixed

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

v0.0.6

02 Aug 08:44

Choose a tag to compare

2023-08-02

Feature

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

v0.0.5

01 Aug 14:39

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

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.