You are browsing as a guest. Sign up (or log in) to start making projects!

1h 37m 41s logged

Project 2: Double Pendulum Simulator

Added the mathematical CLI Engine, based on the equations that I solved last week by hand.
,,,
Now only the Graphical rendering part is left (along with GUI later on), that is, when running the program, it runs perfectly as a mathematical machine oscillating b/w negative and positive numbers (quite hypnotic ngl, if you stare for too long at the continuous number oscillations)
,,,
So tomorrow’s goal would be to learn how to do the Graphical rendering stuff and make the CLI mathematical model machine into a visual double pendulum. (yep, I’m a cpp beginner (absolute beginner), tho I still have some experience in other programming lingos).
,,,
P.S. Try not to change dt to anything lesser than 0.001 seconds, or you’ll get blasted with ‘nan’ in the output window (errors building up to be precise).
,,,
~~Github Link: https://github.com/Alchemic-Eclipse/Double-Pendulum-Simulator/tree/main

0
11

Comments 0

No comments yet. Be the first!