Releases: tom-mohr/particle-life
Releases · tom-mohr/particle-life
v0.5.1
Updated the Gradle wrapper to version 8.8, enabling support for Java versions up to 23.
v0.5.0
Use coordinates [0, 1]
instead of [-1, 1]
.
v0.4.0
The parameter velocityHalfLife
is replaced with a new friction
coefficient which is normalized for 60 fps.
v0.3.0
New ensureTypes()
method ensures that all particles have a type that is within the matrix size.
v0.2.0
- 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
higher and more stable performance due to usage of a thread pool
v0.1.0
include particles at distance == rmax in neighborhood