Some of these seem subtly off. For example, on the orange "number field" clock ( https://clocks.dev/clock/number-field ), you can't distinguish between 12:10 and 10:12. On the "word field" one ( https://clocks.dev/clock/word-field ), there are "X"es in lieu of unused characters, which makes the emergence of words a lot less mystifying than in the original "word clock" design this is based on. The "temporal exposure"…
Collection of Digital Clock Designs
11–20 of 53 posts
Re: Collection of Digital Clock Designs
#12Some of these seem subtly off. For example, on the orange "number field" clock ( https://clocks.dev/clock/number-field ), you can't distinguish between 12:10 and 10:12. On the "word field" one ( https://clocks.dev/clock/word-field ), there are "X"es in lieu of unused characters, which makes the emergence of words a lot less mystifying than in the original "word clock" design this is based on. The "temporal exposure"…
I think the one you are calling "figure hands"... if you mean the one where hands are numbers could just use better styling overall. Two colors, different sizes, better choice of font.
Around :15 and :45, the minute arrow is sticking outside the drawing region.
Re: Collection of Digital Clock Designs
#13Earlier quoted context omitted.
I think the one you are calling "figure hands"... if you mean the one where hands are numbers could just use better styling overall. Two colors, different sizes, better choice of font.
They have names in their URLs when you click. I meant this one: https://clocks.dev/clock/figure-hands Around :15 and :45, the minute arrow is sticking outside the drawing region.
Re: Collection of Digital Clock Designs
#14Not a single 24-hour analogue face? That unexpectedly turned into one of the best reasons I keep carrying my smartwatch.
Created a simple 24-hour analogue face just now: https://clocks.dev/clock/c4a0aef0c379
Re: Collection of Digital Clock Designs
#15My 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.
Re: Collection of Digital Clock Designs
#16Re: Collection of Digital Clock Designs
#17Some of these seem subtly off. For example, on the orange "number field" clock ( https://clocks.dev/clock/number-field ), you can't distinguish between 12:10 and 10:12. On the "word field" one ( https://clocks.dev/clock/word-field ), there are "X"es in lieu of unused characters, which makes the emergence of words a lot less mystifying than in the original "word clock" design this is based on. The "temporal exposure"…
Re: Collection of Digital Clock Designs
#18Not a single 24-hour analogue face? That unexpectedly turned into one of the best reasons I keep carrying my smartwatch.
The nice thing is that anyone can easily add such design. Created a simple 24-hour analogue face just now: https://clocks.dev/clock/c4a0aef0c379