• fullscreen
  • albers_clock.pde
  • int w=400;void setup(){size(w,w);colorMode(3);noStroke();rectMode(3);}
    void draw(){int[]t={hour()*9,minute()*4,second()*4};for(int i=0;i<3;i++){fill(t[i],w,w);rect(w/2,w/2+i*30,w/(i+.4),w/(i+.4));}}
    
    

    code

    tweaks (0)

    about this sketch

    This sketch is running as Java applet, exported from Processing.

    license

    advertisement


    mitchell whitelaw

    albers clock

    Add to Faves Me Likey@! 2
    You must login/register to add this sketch to your favorites.

    A 24-hr clock in the form of Albers' Homage to the Square.

    Kyle McDonald
    12 Aug 2009
    Very nice, I think Tiny Sketch needs some more art historic references :) I call Mondrian and Rothko!
    Love this one. Extra points for being functional!
    visakh menon
    28 Aug 2009
    nice one.
    You need to login/register to comment.