03

Objective: Create a creative and unique clock that tracks time in a new way.

Instead of using the usual hours, minutes, and seconds like a regular clock, this project focuses on showing time differently. The goal is to make a clock that is more personal, artistic, or abstract.

For this project, I designed a clock inspired by the human eye. It has three layers of colors, and each one represents a different unit of time:

The layers shift over time, just like an eye might move. This clock doesn’t just show the time; it also creates an artistic, ever-changing visual effect.

I used if/else statements to control how the layers change. Functions like millis(), second(), minute(), and hour() track the time, while the map() function converts those values into movements and transformations.

This project challenges the traditional way of displaying time and makes it a dynamic and creative experience.