/double-pendulum-simulator

Single and double pendulum simulator

Primary LanguageC++

double-pendulum-simulator

  • Simulate a single and double pendulum
  • Uses the Euler-Cromer method of numeric integration for improved energy conservation compared to Euler method
  • Add pendulums with different lengths, masses, and initial angles
  • Draw traces of the pendulums' paths