FLUTTER ECOSYSTEM

miickel/flutter_particle_clock

#FlutterClock 挑战赛的冠军获奖作品。

flutter_particle_clock 项目封面
Stars
1000
Forks
171
最近推送(UTC)
2023年3月19日
项目状态
未归档
Mickel GitHub avatar
GITHUB User

Mickel ↗

Ultimate MachineSweden官方网站 ↗
语言DartC++CMakeHTMLSwiftCKotlinObjective-C

技术话题

使用的依赖

依赖清单 3 项
  • flutter{"sdk":"flutter"}
  • flutter_clock_helper{"git":{"url":"https://github.com/domesticmouse/flutter_clock","path":"flutter_clock_helper"}}
  • flutter_test开发依赖{"sdk":"flutter"}

所在榜单

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

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

https://raw.githubusercontent.com/miickel/flutter_particle_clock/HEAD/particle-clock-montage-min.png


🎬 Watch it in action on Twitter 🎬

License

MIT License

Copyright (c) Mickel Andersson <mickel@ultimatemachine.se> (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.