We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9a172 commit cec6151Copy full SHA for cec6151
README.md
@@ -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