double_pendulum

A flutter project to simulate double pendulum using Custom Paint widget.

How it looks like

Gif of the simulation

Live version available

https://dartpad.dev/0f44a277acdeaacfbf3d86e9b1405756

Major inspiration

https://observablehq.com/@travisdoesmath/double-pendulums-are-chaotic

Main Reference

https://www.youtube.com/watch?v=uWzPe_S-RVE https://www.myphysicslab.com/pendulum/double-pendulum-en.html

Note of Caution

This physics used is not in correct scale and might differ from correct results. This is more of fun project to test Custom Painter.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.