Now that I have a working watch again, I'm planning on writing a new watch every day for a month. To kick it off, I present "Tea time", a 3D wireframe rendered Utah Teapot. No resources other than the font: the 3D camera projection is done in fixed-point math in the app to transform the vertices to pixel coordinates and then rendered with
Bresenham's line algorithm. A much simpler model cube can also be compiled in instead.
I'll be posting updates to the project to
http://osresearch.tumblr.com/ and full sources to
https://bitbucket.org/hudson/watches/src/tip/