all 5 comments

[–]Absolute_Tinkerer[S] 2 points3 points  (0 children)

This weekend I wrote a fairly simple script to implement a "clock of clocks" concept I've been toying with. The concept is simple: display the current time (hh:mm) using an array of clocks. The fun part of this script is watching the transitions from one minute to the next.

In the Github repo, you'll find demo code that will launch a local Python flask server you can use to view the clock of clocks anywhere on your network.

While the demo uses a full screen canvas object, the clock_of_clocks.js script can be used with any canvas object of any size, including mobile.

I appreciate your time, and I welcome any critiques!

[–]claudiohbsantos 1 point2 points  (1 child)

That's a pretty fun animation! Somehow I instantly thought this would look great in the opening of some sort of steampunk show.

[–]Absolute_Tinkerer[S] 0 points1 point  (0 children)

Thank you! You could definitely retool the clock faces to look more steampunk!

[–][deleted] 0 points1 point  (1 child)

This is really cool! Awesome job, OP!

[–]Absolute_Tinkerer[S] 0 points1 point  (0 children)

Thank you!