johnBuffer / VerletSFML-Multithread

Multithreaded deterministic minimalist Verlet solver
MIT License
438 stars 59 forks source link

Convergence #10

Open finnBsch opened 6 months ago

finnBsch commented 6 months ago

Been working on something similar and noticed that circles tend to stay in collision if not interesting sufficiently many times. I saw that in your implementation, you only iterate two times, not until convergence, correct? However, the results seem to show pretty much perfect collision resolution, which doesn't make any sense to me. Is there any intuitive explanation?