SIMD and double pendulum

So, I kinda suck at pthreads and physics simulations. So why not knock two birds out with one stone? So, in this series, I’m going to be working on using Lagrangian and then Hamiltonian methods to simulate a double pendulum. The project is initally going to be CLI with no GUI component, but potenitally have a GUI later.

Some Notes

While the code will be in C initally, I do not recommend this. It would, and is, 10 billion times better to use numpy, or C++ over raw C. This is for me to learn pthreads and x86 intrinsics.

Development might be slow! I plan on working on some other stuff as well, like more math or linear algebra and videos to accompany them. I’m also going to discuss a lot more later on. Stay tuned for the next update about physics and design decisions!