Skip to content

v1.3.5

Latest
Compare
Choose a tag to compare
@valflrt valflrt released this 31 Dec 14:53
· 4 commits to main since this release

v1.3.0

UI:

  • Add ability to disable classes

Simulation:

  • Use smaller cells in order to reduce the impact of particles gathering in one cell and causing O(n2) go brrrr
  • Switch from the default HashMap to FnvHashMap which is faster for shorter keys

Other:

  • Decrease maximum particles per class from 20000 to 15000 (not so much is required)

v1.3.1

Minor release with a few improvements

  • Update event system

v1.3.2

  • Fixed: when changing particle counts in the app, the simulation was not receiving the update and actually not simulating the new particles...

v1.3.3

  • Change a constant to make the simulation look better

v1.3.4

  • Display particle tags/ids when zoomed in
  • Improve particle position update

v1.3.5

  • Fix total particle count not displaying correctly: particles from disabled classes were included

Full Changelog: v1.0.0...v1.3.5