GMU:Processing im Park/Katja Bliß

From Medien Wiki
< GMU:Processing im Park
Revision as of 14:00, 28 January 2016 by Jochelyn (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Katja Bliß

My Profile

Homework 1

Rotten grid.jpeg Rotten interactive.gif

left picture: Sourcecode

right picture: Sourcecode


Homework 2

Rillen.gif

PImage img;
PImage sourceImage;

void setup(){
 size(500, 500);
 
 sourceImage = loadImage ("bild2.jpg");
 image (sourceImage, 0, 0, 500, 500);
 
}

void draw(){
 img = loadImage ("bild3.jpg");
 int x = 30;
 int width = 450;
 int height = 10;
 img.resize(500, 500);
 
 for (int i = 40; i < 441; i = i + 20) {
   copy(img, x, i, width, height, x, i, width, height);
 }
 
}

Homework 3

Chairs 1.gif Chairs 2.gif

Sourcecode

Homework: Soundfiles in the map

Parkhoehle katja.png

Sourcecode

Homework: Video Delay

Video delay Katja.png

Sourcecode

Homework: Interactive Camera

Coming soon...

Homework: Labyrinth

Coming sooner.....