CodingTrain / Suggestion-Box

A repo to track ideas for topics
570 stars 86 forks source link

Challenge: n-body simullation using verlet integration #1522

Open D-T-666 opened 4 years ago

D-T-666 commented 4 years ago

something like this video from Paweł Delimata - here

markjoshua12 commented 4 years ago

This would be very interesting! Maybe a cloth simulation would also be nice! Having been done this before, I have gathered links that helped me learn about this.

Here are the links below:

Paper about physics using Verlet integration: https://www.cs.cmu.edu/afs/cs/academic/class/15462-s13/www/lec_slides/Jakobsen.pdf Article about Verlet Simulation with live demos: http://datagenetics.com/blog/july22018/index.html Explanation about Verlet integration: http://lonesock.net/article/verlet.html