All Projects → theabbie → DoublePendulum

theabbie / DoublePendulum

Licence: MIT license
Double Pendulum Playground

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to DoublePendulum

Miles
Swift Playground that creates jazz improvisations (WWDC 2018)
Stars: ✭ 31 (+19.23%)
Mutual labels:  playground
UInt256
An UInt256 library written in Swift 4
Stars: ✭ 20 (-23.08%)
Mutual labels:  playground
btogre
Now in the main repository as Component
Stars: ✭ 13 (-50%)
Mutual labels:  physics-simulation
Assembleash
WebAssembly and Typescript-like languages playground
Stars: ✭ 71 (+173.08%)
Mutual labels:  playground
Helicopter-Simulation
A complete 6DOF helicopter simulation (physics engine + visualization)
Stars: ✭ 45 (+73.08%)
Mutual labels:  physics-simulation
kotlin-playground-wp-plugin
WordPress plugin which allows to embed interactive Kotlin playground to any post via [kotlin] shortcode
Stars: ✭ 35 (+34.62%)
Mutual labels:  playground
webpack-playground
No description or website provided.
Stars: ✭ 16 (-38.46%)
Mutual labels:  playground
getplay
The simplest way to integrate vue-play into your project
Stars: ✭ 13 (-50%)
Mutual labels:  playground
balldrop
An experimental musical instrument, made with Godot 3.1.
Stars: ✭ 29 (+11.54%)
Mutual labels:  physics-simulation
aws-site-manager
Very simple CLI to create S3 / Cloudfront Static Website
Stars: ✭ 26 (+0%)
Mutual labels:  playground
ncrystal
NCrystal : a library for thermal neutron transport in crystals and other materials
Stars: ✭ 27 (+3.85%)
Mutual labels:  physics-simulation
nearley-playground
⛹ Write Grammars for the Nearley Parser!
Stars: ✭ 76 (+192.31%)
Mutual labels:  playground
2050
2048, but round!
Stars: ✭ 20 (-23.08%)
Mutual labels:  physics-simulation
mypy-playground
The mypy playground. Try mypy with your web browser.
Stars: ✭ 58 (+123.08%)
Mutual labels:  playground
gopem
GUI for OPEM library
Stars: ✭ 20 (-23.08%)
Mutual labels:  physics-simulation
createml-playgrounds
Create ML playgrounds for building machine learning models. For developers and data scientists.
Stars: ✭ 82 (+215.38%)
Mutual labels:  playground
A-Star
A* pathfinding library in Swift.
Stars: ✭ 34 (+30.77%)
Mutual labels:  playground
Messier87
A realtime raytracing blackhole renderer
Stars: ✭ 53 (+103.85%)
Mutual labels:  physics-simulation
GateContrib
User-oriented public repository of Gate (macros, examples and user contributions)
Stars: ✭ 57 (+119.23%)
Mutual labels:  physics-simulation
js-playground
A JS playground with some decent visualization
Stars: ✭ 85 (+226.92%)
Mutual labels:  playground

Double Pendulum Playground

Double Pendulum

Interactive Double Pendulum Playground Using SVG

a double pendulum is a pendulum with another pendulum attached to its end, is a simple physical system that exhibits rich dynamic behavior with a strong sensitivity to initial conditions.

The motion of a double pendulum is governed by a set of coupled ordinary differential equations and is chaotic.

θ1'' =  g (2 m1 + m2) sin θ1m2 g sin(θ1 − 2 θ2) − 2 sin(θ1θ2) m2 (θ2'2 L2 + θ1'2 L1 cos(θ1θ2))
L1 (2 m1 + m2m2 cos(2 θ1 − 2 θ2))
θ2'' =  2 sin(θ1θ2) (θ1'2 L1 (m1 + m2) + g(m1 + m2) cos θ1 + θ2'2 L2 m2 cos(θ1θ2))
L2 (2 m1 + m2m2 cos(2 θ1 − 2 θ2))

How To Use?

theabbie.github.io/DoublePendulum

Double Penndulum Tutorial

Contributing

Thank you for your interest in contributing, If you feel like there's something missing or any new feature can be added, just create a PR and I will see the rest.

Help

You can contact me on social media, Everything about me can be found here

Contact

Contact me anywhere, just visit my portfolio

License

This project is licensed under MIT License, See LICENSE for more information

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].