Day 16: Basic Pendulum
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.
- 01-simple-pendulum
- 02-multi-pendulum
- 03-stacked-pendulum
- 04-stacked-pendulum-no-lines
- 05a-recursive-pendulum-parent-force-only/
- 05b-recursive-pendulum-with-child-feedback/