Skip to content

leebyron/centerclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CenterClock

CenterClock is a generative abstract clock in which droplets of color representing seconds, minutes, and hours collect in a petri dish of time.

CenterClock was created in 2007 by Lee Byron while studying at Carnegie Mellon University under Golan Levin.

Powered by Processing and the Traer physics library.

CenterClock is Copyright 2007 Lee Byron, available under the Creative Commons Attribution-ShareAlike 4.0 International license.

Source

This repository contains both the original 2007 source written in Processing as well as a version translated to p5js in 2015.

To build the JavaScript version from source:

  1. Clone this repository
  2. npm install
  3. npm start

This repository uses flow to provide static types. To ensure the types are correct, run npm test.