Clock interfaces 02

Throughout the last week I have continued developing different kinds of clock interfaces, focusing on better integrating the time data with the visuals. The results are three types of time visualisers, all based on Perlin noise.

The interfaces can be accessed below:

Wave time

Wave time

Wave time - Displays hours, minutes, and seconds as Perlin noise waves that move across the screen according to mouse position.

 
The Snail Clock

The Snail Clock

The Snail Clock - Three circles that leave trails of their position, moving according to Perlin noise at rates determined by the time. Their colours are affected by the mouse position.

 
The Bored Clock

The Bored Clock

The Bored Clock - Seconds are represented by a growing grid of dots, minutes by the generation of a random activity (pulled from a BoredPanda API) every 60 seconds, and hours by the radius of a single large circle which meanders around the screen according to Perlin noise.

 
Previous
Previous

Position 03

Next
Next

Position 02