TOC

Day 16: Basic Pendulum

Repo for Day 16

Following along with Coding Challenge #159(video code)

Note: I think the recursive pendulum stuff might be coming up in spring forces. Also the recursive pendulums behave differently from the stacked largely due to starting condition difference. TODO: actually read link provided by Shiffman http://calculuslab.deltacollege.edu/ODE/7-A-2/7-A-2-h.html

Hover the mouse over a sketch to make it run.

  1. 01-simple-pendulum
  2. 02-multi-pendulum
  3. 03-stacked-pendulum
  4. 04-stacked-pendulum-no-lines
  5. 05a-recursive-pendulum-parent-force-only/
  6. 05b-recursive-pendulum-with-child-feedback/