Skip to content

a simple Double Pendulum project written in C++ using Cinder library

Notifications You must be signed in to change notification settings

rasoolZero/Double_Pendulum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Double-Pendulum Using Cinder/C++

This is a simple Double Pendulum project written in C++ using Cinder library.

Controls

You can tweak different parameters (such as gravity, length, colors etc.) using the control panel provided in the software (lower left corner). There are also a couple of controling items such as pausing the animation.

CMakeFile

The CMakeFile provided here would need some adjusting before you can compile the project in your system.

This is my first project using vscode, so expect a few bizzare commits in this repo