Binary Clock
This binary clock is a simple but clever demo of a binary clock using canvas.
Not sure how it works? The circles each represent a binary count – when they are filled they represent 1 and when they are empty they represent 0. From the left to right and then downwards, the values represent 1, 2, 4, 8, 16, 32. To get the number 11, the circles 1, 2 and 8 would be filled (1 + 2 + 8 = 11).



Comments
Tomasz Bzymek
Link is dead.
Posted on March 25, 2010
bradnak
Link is dead, however the root of the website shows a clock implementation using canvas.
Posted on March 27, 2011
Related demos