58
edits
| No edit summary | |||
| (19 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
| == Homework 1 == | == Homework 1 == | ||
| [[File:Rotten_grid.jpeg]] | [[File:Rotten_grid.jpeg]]                    [[File:Rotten_interactive.gif]] | ||
| left picture: | |||
| [http://www.uni-weimar.de/medien/wiki/GMU:Processing_im_Park/Katja_Bli%C3%9F/code1 Sourcecode] | |||
| right picture: | |||
| [http://www.uni-weimar.de/medien/wiki/GMU:Processing_im_Park/Katja_Bli%C3%9F/code2 Sourcecode] | |||
| Line 10: | Line 16: | ||
| [[File:Rillen.gif]] | [[File:Rillen.gif]] | ||
| <source lang="java"> | |||
| PImage img; | PImage img; | ||
| PImage sourceImage; | PImage sourceImage; | ||
| Line 21: | Line 27: | ||
| } | } | ||
| void draw(){ | void draw(){ | ||
| Line 33: | Line 38: | ||
|     copy(img, x, i, width, height, x, i, width, height); |     copy(img, x, i, width, height, x, i, width, height); | ||
|   } |   } | ||
| } | } | ||
| </source> | |||
| == Homework 3 == | == Homework 3 == | ||
| [[File:chairs_1.gif]] [[File:chairs_2.gif]] | [[File:chairs_1.gif]] [[File:chairs_2.gif]]   | ||
| [http://www.uni-weimar.de/medien/wiki/GMU:Processing_im_Park/Katja_Bli%C3%9F/code4 Sourcecode] | |||
| == Homework: Soundfiles in the map == | |||
| [[File:Parkhoehle_katja.png]] | |||
| [http://www.uni-weimar.de/medien/wiki/GMU:Processing_im_Park/Katja_Bli%C3%9F/source7 Sourcecode] | |||
| == Homework: Video Delay == | |||
| [[File:Video_delay_Katja.png]] | |||
| [http://www.uni-weimar.de/medien/wiki/index.php5?title=GMU:Processing_im_Park/Katja_Bli%C3%9F/code6 Sourcecode] | |||
| == Homework: Interactive Camera == | |||
| Coming soon... | |||
| == Homework: Labyrinth == | |||
| Coming sooner..... | |||
edits