https://github.com/sharmadhiraj/flutter-golden-ratio-visualization
Discover the mesmerizing dance of the Golden Ratio in Flutter's animated visualization.
https://github.com/sharmadhiraj/flutter-golden-ratio-visualization
android animation custom-painter-flutter dart flutter flutter-animation golden-ratio ios painter phi web
Last synced: 6 months ago
JSON representation
Discover the mesmerizing dance of the Golden Ratio in Flutter's animated visualization.
- Host: GitHub
- URL: https://github.com/sharmadhiraj/flutter-golden-ratio-visualization
- Owner: sharmadhiraj
- Created: 2024-02-12T14:29:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T09:32:31.000Z (over 1 year ago)
- Last Synced: 2024-12-31T19:13:02.728Z (9 months ago)
- Topics: android, animation, custom-painter-flutter, dart, flutter, flutter-animation, golden-ratio, ios, painter, phi, web
- Language: Dart
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Golden Ratio Visualization
Discover the mesmerizing dance of the Golden Ratio in Flutter's animated visualization.
The Golden Ratio, often symbolized by φ (phi), is a mathematical concept widely observed in nature
and cherished in art, architecture, and design for its aesthetic allure.### Demo
The visualization consists of two arms. The first arm rotates in the plane according to the angle θ,
while the second arm rotates at a rate φ (phi) times faster than the first arm. Points are then
drawn at the end of the first arm to visualize the resulting path.
Efforts are underway to optimize the performance of the visualization for smoother output.
If you have any suggestions, feedback, please feel free to reach out.