The project allows you to visualize the motion of the double pendulum and compares the accuracy/behavior of the C++ implementation against the Python "ground truth" (or reference) implementation.
A numerical simulation of a double pendulum, a classic example of a deterministic chaotic system. The physics engine is written in C using Runge–Kutta 4 (RK4) integration, and the results are ...