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
toFnvHashMap
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