Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 483 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 483 Bytes

Double Pendulum

Simple double pendulum simulation using cinder. Additionally displays the state space and the angles of the two pendulums over time.

Dependencies

Cinder: refer to https://github.com/cinder/Cinder/wiki/Cinder-for-Linux-%7C-Ubuntu-15.X-on-x86_64 for installation instructions

Build and Run

In the Cinder project run

cd <Project root>/proj/cmake && mkdir build && cd build && cmake .. && make && ./Debug/DoublePendulumApp