Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhilash-chandran/flutter_doublependulum
https://github.com/abhilash-chandran/flutter_doublependulum
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhilash-chandran/flutter_doublependulum
- Owner: Abhilash-Chandran
- Created: 2020-02-24T21:56:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T01:10:17.000Z (almost 5 years ago)
- Last Synced: 2024-10-29T12:43:35.561Z (about 2 months ago)
- Language: Dart
- Size: 958 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# double_pendulum
A flutter project to simulate double pendulum using Custom Paint widget.
## How it looks like
![Gif of the simulation](./flutter_double_pendulum_demo.gif)
## 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:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.