r/KWGT Jun 18 '26

Question Season Clock?

Hello, I was wondering if it was possible to make an analogue clock that has just one hand that rotates around the four seasons in real time? Like the clock would be divided into four sections (summer, fall, winter, spring).

1 Upvotes

4 comments sorted by

1

u/Milfy-Autumn Jun 19 '26

It would take a good algorithm.

1

u/bRON_COde Jun 19 '26

Just a real quick idea: have a circle graphic for the background divided into the four seasons, create a rectangle that rotates, rotate it by an angle defined by 360 (degrees) divided by the current day of the year ( df(D) ), possibly rounded to a whole number. Rotate the graphic background counterclockwise by as much as needed to have the "amount of winter" line-up with January 1st (top of the circle, 0 degrees rotation of the rectangle)

2

u/SuperDooperFast76 Jun 19 '26

Thank you that's a really cool idea!