Update README.md

main
Alina Marquardt 2025-06-07 15:21:48 +02:00
parent cfbe4bca06
commit ccd5ad4864
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
## Post Mortem ## Post Mortem
After the success of my Pebble watchface [Squared 4.0](https://git.broken.graphics/alina/Pebble-Time-Watchface-Squared-4.0) I decided to port the idea to the Fitbit Versa, since it had a screen aspect ratio suitable for the design. After the success of my Pebble watchface [Squared 4.0](https://git.broken.graphics/alina/Pebble-Time-Watchface-Squared-4.0) I decided to port the idea to the Fitbit Versa, since it had a screen aspect ratio suitable for the design.
Sadly after getting the layout and logic right it turned out that the device was simply not fast enough to handle the concurrent animations required for its signature transitions. Sadly after getting the layout and logic right it turned out that the device was simply not fast enough to handle the concurrent animations required for Squared's signature transitions.
Despite the device having a beefier architecture, the abstractions in the SDK (no low-level access, HTML-DOM-like syntax with Javascript) made it not only significantly easier for web developers to get into the app and clockface business, but it also made the device struggle significantly more regarding animations and screen refreshes. Despite the device having a beefier architecture, the abstractions in the SDK (no low-level access, HTML-DOM-like syntax with Javascript) made it not only significantly easier for web developers to get into the app and clockface business, but it also made the device struggle significantly more regarding animations and screen refreshes.
Ultimately I had to abandon the idea to get Squared running on Fitbit hardware in a satisfactory way and it ultimately led me to abandon developing for the platform altogether. In the end I had to abandon the idea to get Squared running on Fitbit hardware in a satisfactory way and it ultimately led me to abandon developing for the platform altogether.
This code repo is here for documentation purposes and should anyone be interested in picking up where I left off This code repo is here for documentation purposes and should anyone be interested in picking up where I left off