An open API service indexing awesome lists of open source software.

https://github.com/phenax/canvas-physics

Simulating cool physics problems on a canvas
https://github.com/phenax/canvas-physics

canvas physics simulation

Last synced: 3 months ago
JSON representation

Simulating cool physics problems on a canvas

Awesome Lists containing this project

README

        

# canvas-physics
Simulating cool physics problems on a canvas

NOTE: Controls will be added soon.

### Double compound pendulum [[Demo](https://phenax.github.io/canvas-physics/double-pendulum.html)]

A chaotic system of two connected compound pendulums.

**References**
* https://en.wikipedia.org/wiki/Double_pendulum
* http://www.team.kdm.p.lodz.pl/master/Jankowski.pdf

### Collision problem (Incomplete/buggy) [[Demo](https://phenax.github.io/canvas-physics/collision-problem.html)]

Trying to count the number collisions between the two objects to an approximation of PI.

**References**
* https://en.wikipedia.org/wiki/Collision
* https://www.youtube.com/watch?v=HEfHFsfGXjs