<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>digiphysical works</title>
	<link>http://www.tjerktiman.nl</link>
	<description>by Tjerk Timan</description>
	<lastBuildDate>Fri, 19 Feb 2010 16:36:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>colorful</title>
		<description> </description>
		<link>http://www.tjerktiman.nl/2010/02/19/colorful/</link>
			</item>
	<item>
		<title>Presentation WTMC workshop (in .pdf)</title>
		<description>

The presentation for the WTMC school, January 2010 </description>
		<link>http://www.tjerktiman.nl/2010/01/26/356/</link>
			</item>
	<item>
		<title>timescape of my new living room</title>
		<description>

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. </description>
		<link>http://www.tjerktiman.nl/2009/12/22/timescape-of-my-new-living-room/</link>
			</item>
	<item>
		<title>browser wars on my desktop</title>
		<description>

what to think of this? Should I then finally switch to chrome? </description>
		<link>http://www.tjerktiman.nl/2009/12/22/browser-wars-on-my-desktop/</link>
			</item>
	<item>
		<title>circle software</title>
		<description>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 ...</description>
		<link>http://www.tjerktiman.nl/2009/09/18/circle-software/</link>
			</item>
	<item>
		<title>entity in red</title>
		<description>

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:



import processing.opengl.*;

float q = 2;
float s = second();
void setup(){

size(1400, 900,OPENGL);
noStroke();
frameRate(25);
smooth();
}

void draw(){

background(255);

// fill(100,100,200,100);
translate(600+cos(q/2)*10,400,260);

for(int i = 1; i &#60; 100; i++){
fill(i*5*(cos(1)),q*13+q%255,cos(q)*200,100);
rotateZ((0.13*(tan(q)))/100);
rotateX((sin(q))/100);
rotateY(cos(sqrt(q))/100);
translate(18,mouseX/100,mouseY/100);
beginShape(QUAD_STRIP);
vertex(3*sin(q), ...</description>
		<link>http://www.tjerktiman.nl/2009/09/04/entity-in-red/</link>
			</item>
	<item>
		<title>red blocks</title>
		<description> </description>
		<link>http://www.tjerktiman.nl/2009/09/02/red-blocks/</link>
			</item>
	<item>
		<title>purle circles</title>
		<description> </description>
		<link>http://www.tjerktiman.nl/2009/09/02/purle-circles/</link>
			</item>
	<item>
		<title>less time</title>
		<description>

(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, ...</description>
		<link>http://www.tjerktiman.nl/2009/08/14/less-time/</link>
			</item>
	<item>
		<title>forloop trouble</title>
		<description>
 </description>
		<link>http://www.tjerktiman.nl/2009/05/03/forloop-trouble/</link>
			</item>
</channel>
</rss>
