Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 534 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 534 Bytes

PhysicsSim

Try the simulator here!

This is a simple Physics Simulator written in p5.js. Currently, it supports:

  • Point particles
  • Spring forces
  • Gravity (directional/between particles)
  • Air drag

Examples for setting up a scene can be found here.

Credits: This simulator's structure and equations used are heavily based on the assignments/content taught in the course Animation and CGI Motion.