Skip to content

Thieso/DoublePendulum

Repository files navigation

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

About

Double Pendulum simulation using Cinder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages