There are plenty of them in a more linear style, but the 12 columns design really works well IMHO. It's really easy to roughly guess the time at a glance.
The clock at: https://clocks.dev/clock/lock-screen
is kind of similar to one of my clocks: the Filling Digit clock [2], which fills the hollow digits with water from the bottom up to represent the seconds in a minute:
Another one that made the rounds here on HN was "Alphabetical Clock" [3] which is pretty amusing.
[1] - https://en.wikipedia.org/wiki/Webring
They're cool for one day or two. But, in the end, I will always go back to some boring but more information-dense one (with battery charge, weather, heart rate, steps, etc).
Time and notifications are on one place, so they're only noticed when you're trying to plan or organize your work. Switching to timer mode is seamless.
The desk is also less cluttered thanks to the verticality of it, and the phone stays visible from afar when taking small breaks, so you don't mind leaving it there.
2300 hrs or 11pm shows as "00100011" which would be 35 o'clock. I guess the 32s place is a... 20s place? Somebody help me out here.
https://watchface.netlify.app/
And I wrote about it here: https://72mena.medium.com/designing-watch-faces-using-svgs-a...
My current SVG clock is modelled on a wall clock and it has the really small text that can normally found on a clock, for example 'Made in China' and 'Quartz'. I also have a fictional brand name, plus a bezel specified with 'pathLength="60"' and a dash array.
As a design exercise, a standard clock is interesting because you have to remember the stack order of the hands, and, despite looking at clocks many thousands of times, that detail requires a modicum of thought.
I think it is a good start to get a credible wall clock that tells the time at a glance before branching out into 'cool' clocks that put design before telling the time.
I now want to add a drop shadow that changes throughout the day, as if the clock is south facing, in the northern hemisphere, corresponding to my lat/lon.
This would be easy with three js because it could be modelled, along with the entire solar system, with the camera pointed at a 3D modelled clock, however, in SVG filters, could be a while.
Getting the hands to move is the easy bit, all considered. I really don't need another API for that, but I am not in the Svelte ecosystem.
Not only did it show the characters, it slowly painted them on the screen. This wasn't a dot-matrix display. It was more like a 40-seg display. I've never been able to find a replacement, or even a photo of it online.
Curious Clocks and Watches through time with Oliver Cooke | Curator's Corner S8 E1
https://www.youtube.com/watch?v=ywD5kngMuYM
Nice inspiration for world building, especially Steampunk!
Created a simple 24-hour analogue face just now: https://clocks.dev/clock/c4a0aef0c379
2 3
0010 0011
23 -> 2 3 -> 0010 0011 -> 00100011Around :15 and :45, the minute arrow is sticking outside the drawing region.