Assignments

Response

Incense Clock in p5.js

https://editor.p5js.org/qiqirathwang/full/cF65iDqiq

This clock modifies the Millisecond Clock to display only the hour hand and draw the ellipse (incense sediment) with it. It uses 24 hours instead of 12 hours to completed one revolution.

Perceptual Time (9-5 coercion)

https://editor.p5js.org/qiqirathwang/full/i8boSNYAt

This clock uses the perceptual time example with work and home hours displayed. I wanted to modify the hand in another way, it goes slow during work hours while fast during home hours while still keeping the same tick marks. However, I was unable to so with the easing functions.