Viscom delivered

November 23, 2007

Delivered my website, that is its on the web but not officially delivered to Anne due to an unfortunate incident involving myself and Bærum hospital.
The site is up and running but still needs a little work, want to get more of my projects online and they will appear in the near future

Visit the site at www.oyvindb.no

Delayed entries:-)

November 3, 2007

Been busy and almost forgot my blogg, finished Prosessing and are now in the third week of storytelling. I proved to the world that i´m not a programmer (processing) but found the program interesting and with a lot of possibilities. The two last weeks has been the best this semester, great resources in Bård and Anne to clearify the mysteries about storytelling.

Kode for Blobb

September 13, 2007

void setup() {
size(1024,768);
background(0);
smooth();
frameRate(10);
}

void draw() {
fill(0,30,80,40);
rect(0,0,width,height);
pushMatrix();
translate(width/4,height/2);

for(int i=0; i<15;i++) {
float diameter;
diameter=random(0,250);
pushMatrix();
rotate (radians(random(360)));
translate(diameter,0);
noStroke();
for(int j=0;j<32;j++){
fill(255,20);
ellipse(0,0,diameter/((j+1)/2),diameter/((j+1)/2));
}
popMatrix();

}
popMatrix();
}

Hilsen Oyvind:-)

September 12, 2007

First posting

Processing

September 12, 2007

Finally, thanks to Knuts patience, i have posted my first processing bit.

processing

September 7, 2007

Started processing programming on wednesday, interesting but difficult for an old man:-)
Think i´m about to understand the principles but far away from being able to do something on my own.
Would be nice if some of this could be used in the viz comm course im taking this semester

Started

September 2, 2007

Got started with my second blog, hopefully i´m going to fill this with interesting stuff:-)
First task is to find as many definitions to the title interaction designer as possible.

Hello world!

September 2, 2007

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!


Follow

Get every new post delivered to your Inbox.