A very skeuomorphic take on a flat design classic. Mucking around to learn about svg animation
Just for fun, here is a javascript Mickey watch inspired by the Apple Watch Mickey theme,
A Pen by Jay Salvat on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import gps, os, time | |
| session = gps.gps() | |
| while 1: | |
| os.system('clear') | |
| session.query('admosy') | |
| # a = altitude, d = date/time, m=mode, | |
| # o=postion/fix, s=status, y=satellites |