digiphysical works

timescape of my new living room

Filed under: Processing, coding, visuals — tjerk December 22, 2009 @ 5:36 pm

timescape_livingroom_21_12_2009

Method

- set up webcam

- start Processing prog.

- set pixelsize in prog to 1

- saveFrame when frame is filled.

- press ‘run’

- go about and do your daily stuff

- after an hour or two, watch the result.

circle software

Filed under: coding, video, visuals — tjerk September 18, 2009 @ 12:40 pm

A first comparison between two software apps: Processing and Elise. (more to come). In Processing, the trouble I often experience is the missing relation between code and action: between first thinking in code before checking the result visually). In this small experiment, the assignment was to create a circle using repetitive patterns. As you can see in Elise, by simply creating one branch of the LSystem, a direct visual feedback is given on what you have crated. By altering the angle or the number of iteration, patterns start emerging and visuals are born.

Circles in Processing
picture-10

animated version:

Processing Circles Simple Math from tjerk timan on Vimeo.

code:

(more…)

entity in red

Filed under: Processing, coding, video, visuals — tjerk September 4, 2009 @ 4:26 pm

entity-in-red-and-black

This video shows an exploration of interactive coded visuals. In this case, the animation is recorder and reacts to mouse_Input. These variable will be replaced soon by sensors. This is the code:

(more…)

red blocks

Filed under: Processing, coding, visuals — tjerk September 2, 2009 @ 2:16 pm

0058

purle circles

Filed under: Processing, coding, visuals — tjerk @ 1:58 pm

0034

glitch-in the night away

Filed under: glitch, visuals — tjerk May 3, 2009 @ 3:07 am

glitchnumbers.png

glitch nr 3

Filed under: glitch, visuals — tjerk April 8, 2009 @ 11:48 pm

picture-5.png

glitch in Numbers

Filed under: glitch, visuals — tjerk March 2, 2009 @ 7:28 pm

Hmm, I would like to see somebody making this in Excel… Weird thing is that this is not the first time this happened on my MacbookPro, and it always happens when some iWorks program is running while also running some other large companies’ office software. When I switch between applications, this is the result:
picture-4.png

“Aqua” visuals

Filed under: coding, visuals — tjerk January 18, 2009 @ 7:26 pm

“Aqua Geo”
picture-11.png

“Aqua Geo two”

picture-13.png

made in Processing. Code:
import processing.opengl.*;

int a= 0;
int b= 0;
int c= 0;

void setup(){
size(1400,900, P3D);
background(0);
noLoop();
}

void draw(){
for(int i=0;i
a+=1;
b+=10;
c+=1;

fill((255-c),b,a, LIGHTEST);

box(a,b,c);
rotateX(0.01);
rotateZ(0.1);
rotateY(0.1);
}
}

cover design thesis

Filed under: coding, design, visuals — tjerk November 28, 2008 @ 1:43 am

some preliminary -if i am even finished then- design:

discourseonthingscover.png