SketchPad

Some web space to sketch, doodle and make notes. Made using these tools. See more of my work here.

Daily Sketches

Sketch 2015-04-22

		void ofApp::drawAnim() {
    ofBackground(0, 0, 0);
    font.drawString("AN EMPTY\nGESTURE", 12, 85);
    for(int i = 0; i < 30; i++) {
        ofLine(ofRandom(520), ofRandom(200), ofRandom(520), ofRandom(200));
    }
}
	

Sometimes you just need to start...

Daily sketch