Simple physics simulation of 1D and 2D motion using the Box2D library.
Please look at the Contributing Guidelines if you wish to contribute for this project.
-
Motion in 1D
- Ball in Free Fall ✅
- Landing a rocket
- Relative velocity: race on a moving sidewalk
-
Motion in 2D
- Race between a dropped ball and one launched horizontally
- A ballistics cart
- Projectile Motion
- The monkey and the hunter
- Motion with Constant Acceleration
-
Forces
- Force and motion in 1D
- The normal force
- Static friction
- Elevator physics
- Atwood's machine
- Force and motion in 1D, with friction
- Friction on an incline
-
Circular motion
- Circular motion
- A ball on a string
- A disk on a turntable
- Gravitron (carnival ride model)
- Car on a banked turn
-
Harmonic Motion
- Pendulum
- Double Pendulum
- Spring Pendulum
- Pendulum - with Damping
- Spring Wave
-
Song synth Experiments
- Blinding lights Song Synth
- Starboy Song Synth
-
Fractals
- Mandlebrot Set and Julia Set (using fragment shaders in OpenGL) ✅
Physics Simulations Box2D is available under the MIT license. See the LICENSE file for more info.