Skip to content

Commit cec6151

Browse files
authored
Create README.md
1 parent bb9a172 commit cec6151

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Double-Pendulum Using Cinder/C++
2+
3+
This is a simple Double Pendulum project written in C++ using [Cinder](https://libcinder.org/ "Cinder") library.
4+
#### Controls
5+
You can tweak different parameters (such as gravity, length, colors etc.) using the control panel provided in the software (lower left corner).
6+
There are also a couple of controling items such as pausing the animation.
7+
#### CMakeFile
8+
The CMakeFile provided here would need some adjusting before you can compile the project in your system.
9+
10+
###### This is my first project using vscode, so expect a few bizzare commits in this repo

0 commit comments

Comments
 (0)