subprotocol / verlet-js

A simple Verlet physics engine written in javascript
Other
3.76k stars 461 forks source link

I can't find any documentation. #21

Open nanastasov opened 9 years ago

nanastasov commented 9 years ago

Can someone give me a documentation about this library?

formula1 commented 9 years ago

Not sure if there's anything out there, maybe on the main site. For what it's worth, the examples are pretty straight forward.

Particles and create constraints between them

forresto commented 7 years ago

This was helpful for me: https://www.sitepoint.com/an-introduction-to-verlet-js/