Switch language한국어
Back to the list

I Wanted Real-Time Stock Charts on My Garmin Watch. Monkey C Had Other Plans.

TL;DR AI

Key summary

2 min read
  1. A developer built a Garmin Venu 2 Plus watch face that displays live stock and crypto sparklines.

  2. The project ran into major constraints from Monkey C, tiny device memory, and no simulator web requests.

  3. API access had to be routed through a phone proxy, and the charts were rendered by hand.

  4. The work also led to custom line-based fonts and use of tools like PrimitiveFont.

  5. The project highlights how even simple live-data features can become a serious engineering challenge on smartwatches.

Read the original