google / liquidfun

2D physics engine for games
http://google.github.io/liquidfun
4.71k stars 643 forks source link

Variable Timestep adds energy to particle system #86

Open kingnobody8 opened 6 years ago

kingnobody8 commented 6 years ago

See stackoverflow here:

Changing timestep causes particle system to gain energy and become unstable. Box2D bodies remain unaffected by the timestep changes. LiquidFun's particles should behave in the same manner (with respect to the timestep) as Box2D bodies.

colludium commented 5 years ago

Found the same problem when building for javascript / browser and targeting vsync. Particle bodies almost come to a rest and then appear to bounce/oscillate (all in sync).

colludium commented 5 years ago

Sad to see that this project is probably dead...