Physics Sandbox

This repo contains fun physics simulations

Hello World!

Hey there. This repo contains simple and funny physics projects. We will share the solutions as well as the implementations. If you have any suggestions...

Double Pendulum in less than 100 lines of JavaScript

The Double Pendulum is a simple yet rich physical system. The motion of the pendulums is governed by a pair of coupled differential equations, which we will solve using the Euler method...