My first time programming in C, and also first time publishing a watchface, pretty simple first release
https://apps.repebble.com/0403b97e03824793874a7921
https://apps.rebble.io/en_US/application/69e2192fcc376400090073e7
#Stained glass watchface
22 messages Β· Page 1 of 1 (latest)
I don't have an actual device to test this on, so I've only run this on the emulator so far
Looks good! How do you achieve the digits? Obviously it's not a font π€
ooh, that looks nice on an actual watch π
I drew them with the drawing APIs - a fair bit of maths and loops
some of my POCs are on my portfolio page (this one uses SVG, which is a very similar API) https://flamerohr.info/projects/svg-clock
Website generated as a playground for Chris' experiments and portfolio
found a way to round up the edges, so they look like real numbers π€£
can see the proper font I used as a template
decided to centre up the numbers (for both 12h and 24h formats)
and I've added 12h format support
I have a config page built, and it'll be adding a configurable dark mode theme π
supports black&white for the Pebble 2 Duo and Pebble 2 (I'm not able to test on physical device)
Dark theme added with the config page
Confused as to why there was ever a white background
it was easier to see when first developing it, the black background option was always going to come π
I have plans for more theme colours in the future, and complications
I think I got app icon in properly
how about making the whole screen stained glass, with the numbers in contrasting colours
That's something I have planned to do
Here is my current list of ideas for features
one of the new themes I'm almost ready to add π
the angle of the "sun" will react to the time of day, but not at night when it goes dark
a bit of night time colours to contrast the day time one above
a gif of the day-night theme
first major release for my first watchface
it has a day-night theme that switches automatically depending on the time of day (as shown in the gif above)
updating the config page soon π