Posts, a community app by Read.cv

Thread
Lou
Lou @blou
Replying to @leland

brm.io/matter-js/

Matter.js
Matter.js is 2D rigid body physics engine for the web, using JavaScript and HTML5
noClaps
Replying to @leland

Do you have an example of what you're looking for? If you're just looking for something to fall down the screen vertically you can use a yCoord = initialYCoord + 1/2*a*t^2 formula to simulate free fall in the screen's y axis, no JS library needed