Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 898 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 898 Bytes

🕐🕐🕐 Clockception - SwiftUI Mac App 🕐🕐🕐

Clockception is a SwiftUI Mac app which shows a grid of clocks which form a Kinetic wall clock

I have used Swift UI LazyGridView to create a grid of clocks. Time in each individual clock is updated according to the effects to form a shape

Demo

Demo1

🌟Inspiration

To Do

>
  • Need to implement clock needle using bezier path for smoothg animation.
  • Need to handle window size properly.
  • Optimise code for clock data matrix handling
  • Need to add more effects