Circular Geometric Watch Face for Pebble Watch
I had some time over Labor Day weekend and it seemed like it would be fun to try out the Pebble SDK.
Discussed design ideas with my wife and daughter over breakfast and decided to try an analog design that showed hours and minutes using concentric circles that filled in based on what time it was.
Here is an example from 12:07pm.
git clone git@github.com:stevenchanin/Pebble_Circle_Watch.git
./waf configure
./waf build
python -m SimpleHTTPServer 8000
open your browser, go to the ip address of your laptop on port 8000 for example http://192.168.1.xxx:8000/build
Click on Pebble_Circle_Watch.pbw
Open it in the Pebble application It should install and then be available on your watch as a watchface
Code based on the example 'Just A Bit' from the Pebble SDK.
Design credit to Jessie Dotson (https://www.facebook.com/jessie.dotson.9) & Allison Chanin