Skip to content

Releases: tom-mohr/particle-life

v0.5.1

24 Sep 12:37
Compare
Choose a tag to compare

Updated the Gradle wrapper to version 8.8, enabling support for Java versions up to 23.

v0.5.0

18 Sep 12:02
Compare
Choose a tag to compare

Use coordinates [0, 1] instead of [-1, 1].

v0.4.0

15 Sep 16:55
Compare
Choose a tag to compare

The parameter velocityHalfLife is replaced with a new friction coefficient which is normalized for 60 fps.

v0.3.0

07 Aug 17:06
Compare
Choose a tag to compare

New ensureTypes() method ensures that all particles have a type that is within the matrix size.

v0.2.0

03 Feb 22:37
Compare
Choose a tag to compare
  • represent friction by specifying the velocity's half life period (previously, you had to specify the decay after 1s, which was less intuitive)

v0.1.1

15 Jan 11:18
Compare
Choose a tag to compare

higher and more stable performance due to usage of a thread pool

v0.1.0

07 Mar 11:12
Compare
Choose a tag to compare
include particles at distance == rmax in neighborhood