https://github.com/rasoolzero/double_pendulum
a simple Double Pendulum project written in C++ using Cinder library
https://github.com/rasoolzero/double_pendulum
art cinder cpp double-pendulum double-pendulum-simulation graphics-programming libcinder
Last synced: about 1 year ago
JSON representation
a simple Double Pendulum project written in C++ using Cinder library
- Host: GitHub
- URL: https://github.com/rasoolzero/double_pendulum
- Owner: rasoolZero
- Created: 2022-02-02T11:17:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T14:24:55.000Z (almost 4 years ago)
- Last Synced: 2024-01-16T23:59:51.567Z (over 2 years ago)
- Topics: art, cinder, cpp, double-pendulum, double-pendulum-simulation, graphics-programming, libcinder
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Double-Pendulum Using Cinder/C++
This is a simple Double Pendulum project written in C++ using [Cinder](https://libcinder.org/ "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