top of page

Particle Clock

Introduction

Software: P5.js

This is a coding practice based on p5.js. Three colors of particles separately represent the real-time hours, minutes, and seconds. The number of particles can constantly change according to the real-time. 

Goals:
Understanding the getTime function, loops, and drawing a clock in P5.js.

Source:

Please check the full version of the work here Particle Clock 

Full Code

© 2023 by Yachan. Proudly created with Wix.com

bottom of page