The Year Clock a creative visualization of time


2019, Aug 19 edited
tags: code p5js 


The animation below displays in real time the percentage of elapsed time of the current year. This percentage is visually represented by a white circular arc.




About the Year Clock (1/2)



The p5.js Javascript library was used for this project.
The inspiration for this project came from 2 sources :




About the Year Clock (2/2)



The Year Clock displays the ratio between the number of seconds elapsed since the begining of the year divided by the total number of seconds of the current year (between 01/01/YYYY 00:00:00 and 31/12/YYYY 23:59:59) It also displays the current time zone ("UTC + n").
I still have some ideas to complete the year clock so expect some updates shortly.
If you find a bug/have a question on this clock don't hesitate to contact me.