All Projects → miickel → Flutter_particle_clock

miickel / Flutter_particle_clock

The Grand Prize-winning entry of the #FlutterClock challenge.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter particle clock

SwiftUI-DesignCode
 SwiftUI-DesignCode is some examples in the process of learning swiftUI 2.0
Stars: ✭ 185 (-76.01%)
Mutual labels:  clock, particles
Party Mode
An experimental music visualizer using d3.js and the web audio api.
Stars: ✭ 690 (-10.51%)
Mutual labels:  generative-art
Glchaos.p
3D GPUs Strange Attractors and Hypercomplex Fractals explorer - up to 256 Million particles in RealTime
Stars: ✭ 590 (-23.48%)
Mutual labels:  particles
Nodebox
Node-based data application for visualization and generative design
Stars: ✭ 647 (-16.08%)
Mutual labels:  generative-art
Authpass
AuthPass - Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.
Stars: ✭ 591 (-23.35%)
Mutual labels:  flutter-apps
Findseat
A Completed Functional Flutter App - FindSeat (BLoC + Json API + Unit Test + Firebase Auth)
Stars: ✭ 659 (-14.53%)
Mutual labels:  flutter-apps
Klock
Multiplatform Date and time library for Kotlin
Stars: ✭ 569 (-26.2%)
Mutual labels:  clock
Flutter thrio
flutter_thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.
Stars: ✭ 717 (-7%)
Mutual labels:  flutter-apps
Liquid swipe flutter
A flutter based liquid swipe
Stars: ✭ 680 (-11.8%)
Mutual labels:  flutter-apps
Flutter Examples
[Examples] Simple basic isolated apps, for budding flutter devs.
Stars: ✭ 5,863 (+660.44%)
Mutual labels:  flutter-apps
Differential Line
a generative algorithm
Stars: ✭ 606 (-21.4%)
Mutual labels:  generative-art
Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (-22.83%)
Mutual labels:  generative-art
Git Touch
An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Stars: ✭ 663 (-14.01%)
Mutual labels:  flutter-apps
Agcircularpicker
AGCircularPicker is helpful component for creating a controller aimed to manage any calculated parameter
Stars: ✭ 592 (-23.22%)
Mutual labels:  clock
Snek
See https://github.com/inconvergent/weir instead
Stars: ✭ 696 (-9.73%)
Mutual labels:  generative-art
Cartoongan Tensorflow
Generate your own cartoon-style images with CartoonGAN (CVPR 2018), powered by TensorFlow 2.0 Alpha.
Stars: ✭ 587 (-23.87%)
Mutual labels:  generative-art
Webgl Wind
Wind power visualization with WebGL particles
Stars: ✭ 601 (-22.05%)
Mutual labels:  particles
Bottom navy bar
A beautiful and animated bottom navigation
Stars: ✭ 653 (-15.3%)
Mutual labels:  flutter-apps
Particle
A simple portfolio Jekyll theme:
Stars: ✭ 747 (-3.11%)
Mutual labels:  particles
React Native Circular Slider
React Native component for creating circular slider 🔘
Stars: ✭ 716 (-7.13%)
Mutual labels:  clock

Flutter Particle Clock

For my entry in the Flutter Clock Challenge I wanted to build something colorful, animated and playful that changes appearance with time. Ideally, I wanted it to look different every time I looked at it. I also wanted to explore the custom painting features of Flutter. 👨‍🎨

I ended up with an analog watch face featuring a simple particle system. It randomizes the color palettes while also maintaining legibility by calculating the luminance in real-time.

Building this was a bit of a struggle as I'm not very good with math, but the framework and the developer experience (hot reload, in particular) helped me out a lot. Being able to iterate quickly is a great way to learn new things. I guess the code could be improved in several ways, both in terms of elegance and performance. However, I've managed to easily stay far below the 16ms/frame benchmark (average 5ms/frame on my iPad while debugging). Flutter's rendering engine performs fantastically, even with my horrible math! 😅

Visit Ultimate Machine for a detailed write-up on how this was built.

Highlights

  • 🎨 Randomly selects color palettes while still maintaining legibility at all times.
  • 🌤 Supports both light mode and dark mode, by filtering background color by luminance.
  • 📱 Scales to fit the screen space available and adjust calculations & rendering accordingly.
  • 🚀 At least 60 FPS on modern devices.
  • 🌈 Constantly shifting and moving, making it fun to look at.

Preview


🎬 Watch it in action on Twitter 🎬

License

MIT License

Copyright (c) Mickel Andersson [email protected] (ultimatemachine.se & tayl.app)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].