In this small python project, the equations of motion of a double pendulum were integrated using a fourth order Runge-Kutta scheme. The results were visualized via the `pygame` library.
A demonstration can also be seen here on YouTube.
To try it out, you need to have `python3` installed on your machine.
If you also have the `make` CLI tool, you can run the project by executing the following two commands:
make setup make pendulum
If you don’t, you can also navigate to the `./bin/` directory and execute the two binaries manually from there.
cd ./bin ./setup ./pendulum
