Out now my last watchface Ultraminimal!
I’ll maybe upgrade it for a better look.
It’s a very minimal watchface but it takes a lot of work for me to make it cause I had to approximate the arctan function correctly to get that stretching line rotating nicely.
The inner circle shows hours and the outer one shows minutes.
Let me know wthat you think!
Can’t wait to get some suggestion to improve it
Cool idea and well done on the maths !
One idea …
If you increase the size of the circles you could also superimpose digital figures for minutes and hours in the circles.
Nice idea!
I’ll try and see how does it looks!
Thank you Mike, helpfull as always
Just updated with your suggestion and a better 3d look
Thanks again
Just too darned cool. I love it.
Love it, great idea.
Thanks guys!
Glad you like it
That really is very clever - well done!
Thank you!
I would add circles around the numbers because without anything expect the numbers… I don’t know, maybe that’s the look but for me, the numbers by themselves are not appealing. Add something.
There are already circles around numbers
Very nice!
Hi @orz0, the maths in this is amazing, I’m particularly interested in how you managed the hour and minute display, would you be willing to share the code?
Hi,
To get the hour and minute numbers to rotate I used:
HOURS
X (160+(sin(#DWFKS#/(180/pi)))*60)
Y (167.3-(cos(#DWFKS#/(180/pi)))*60)
MINUTES
X (160+(sin(#DWFMS#/(180/pi)))*120)
Y (167.3-(cos(#DWFMS#/(180/pi)))*120)
Hope it will be helpful
Cheers orz0
Wow! Amazing idea. Looking forward to see how this develops.
You are welcome