Skip to content

rdalverny/vulnerant-omnes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Exploring a 24-hours watch face.

  • 24 hours dial
  • single hand watch
  • date
  • location-relevant dusk and noon (thanks to excellent Sunrise-Sunset API,
  • using processingjs, jquery, navigator.geolocation, window.localStorage
  • licensed under GPL v2

There are a few options to tweak in the header:

int SHOW_12 = 1;
int SHOW_ROMAN = 0;
int SHOW_ALL_HOURS = 1;
int SHOW_TOP_0 = 0;
int SHOW_NIGHTTIME = 1;
int TH_IX = 1;

TODO:

  • code cleanup
  • experience this a bit, let it sink
  • investigate this with SVG instead
  • animations

Notes:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages