Skip to content

Ai-Ya-Ya/PendulumSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PendulumSim

A pendulum physics simulator. Simulates the motion of various kinds of pendulums, from the simple pendulum to more complex ones, like elastic pendulums and multiple (linked) pendulums.

Written in OpenGL, with motion equations solved by odeint.

Changelog

  • 15.06.22 - added spring pendulum and implemented particle trails.
  • 29.06.22 - added double pendulum and refactored code to be object-oriented.
  • 07.07.22 - added video renderer.
  • 25.07.22 - created a playlist of various pendulum simulations, including a simulation of 1000 double pendulums.