elm-physics
elm-physics copied to clipboard
Let user configure max step iterations
The default max iterations per step can sometimes lead to simulation instabilities. In other cases it's too high and reduces performance. I think it would be useful if there was an "advanced" version of Physics.World.simulate
that lets the user choose a max iteration.