Releases: markuslerner/Particular
Releases · markuslerner/Particular
v0.8.0
v0.7.1
- Use gpu-calculated forces only, if this particle uses the global neighbors
v0.7.0
- Destroy and re-create gpu kernel, if number of particles has changed
- Check, if collision is disabled for each particle
v0.6.1
- Make sure new GPUPhysics() works without supplying an object
v0.6.0
- Add GPUPhysics with gpu acceleration using gpu.js
v0.5.0
- Rollback to using Set – the speed improvements of arrays don't outweigh the advantages of using Sets
⚠️ Attention: this breaks backward compatibility with exact version 0.4.0, but is compatible with version 0.3.0 and lower
v0.4.0
- Use faster arrays instead of Set for particles, neighbors etc.
⚠️ Attention: this breaks backward compatibility, if particles or neighbors were accessed directly
v0.2.2
- Minor improvement: check, if force was modified at all
v0.2.1
- Add collisionBatchSize to SimplePhysics in order to improve Collision behavior performance
v0.1.0
First release, still beta ...