digiphysical works » video

squattacks

Filed under: Processing, coding, video — tjerk April 20, 2010 @ 12:30 pm

squareattacks from tjerk timan on Vimeo.

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…)

less time

Filed under: coding, video — tjerk August 14, 2009 @ 1:32 am

meintime

(still from video app described below)

(find software at www.processing.org)

import processing.video.*;
Capture myCapture;
int a=3; //stepsize x
int b=360; //stepsize y
int x=0;
int y=0;
int xres = 480;
int yres = 360;
int s = second();
void setup(){
size((2*xres+50) , yres);
myCapture = new Capture(this, xres, yres, 25);
}
void captureEvent(Capture myCapture) {
myCapture.read();
}
void draw(){
image(myCapture, 0, 0);

loadPixels();

if(true){
x+=a;
int dx = xres+50+x;
int dy =y;
copy(x,y, a, b, dx,dy, a, b);
if(x>xres){
x=0;
y+=b;
}
if(y>=yres) {
y=0;
saveFrame(”####.jpeg”);
}
}
}

Circular green

Filed under: coding, video — tjerk May 3, 2009 @ 5:47 pm

howgreenconqueredblack2-poster.jpg

How green conquers black

Filed under: coding, video — tjerk @ 3:10 pm

howgreenconquersblack-poster.jpg

Video Vortex: video slamming

Filed under: event, presentation, video — tjerk January 27, 2008 @ 5:15 pm

For a photo report and some nice links to youTube favorites:
this link. More on Video Vortex can be found on the masters of media site