Experimental Clock

Objective

Design and code an experimental clock that expresses a novel way of tracking time.

Description

Conventional clocks mark seconds, minutes, and hours according to a 24 hour cycle. This segmented, discrete, and regimented approach to parsing time is not universal in terms of capturing and measuring of experience. In this assignment you are tasked with developing an experimental clock. This clock can function in ways that ordinary clocks cannot. In order to complete this assignment you are invited to think of time expansively and alternatively, moving beyond conventional time keeping units. What are other ways in which you can mark the passage of time? What if time itself were turned on its head, driven not by standard time-keeping units, but perhaps subjective, personal, or even irrational organization?

This is an individual assignment. You are welcome to ideate and brainstorm with your peers, but the work you submit should be your own.

Design Constraint

Canvas Size: 600 x 600px

Timeline

Part 1 : Due 9/17

  1. Begin with ideation and brainstorm 3 different ways of tracking time. Consider the conditions under which “time” moves forward for your clock.
  2. Create 3 design sketches accommodated by pseudocode that incorporates:
    • IF / ELSE Statement
    • millis(), OR second() / minute() / hour()
    • You’re also encouraged to integrate map() or the boolean variable when appropriate

Part 2: Due 9/21

  1. You will present your sketches in Lab, then you will move forward with one idea after discussing with your CC faculty and peers. Update your pseudocode as needed.
  2. Transfer your sketch and pseudocode into the p5 sketch. Test your clock over “time” and make sure that it looks intentional in every single stage.
  3. On your CC portfolio page, please reflect upon the following:
    • Write a description for your experimental clock. How is it novel to you and how might it alter the way you track / keep time?
    • Describe your design process. Include all three of your design sketches and explain how you’ve ended up choosing one.
    • What’s your overall reflection on this assignment? What have you learned throughout the process of designing an unconventional clock?

Submission Guidelines

Please submit your sketch to two places:

  1. Submit the sketch to the CC Lab class Canvas Assignment 3
  2. Add the sketch to your CC portfolio

Tutorials