GMU:Processing im Park/Volker Biallowons: Difference between revisions

From Medien Wiki
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Homeworks =
<br style="clear:both;">
== Homework 1 ==
[[File:home123.jpg|thumb|left|300px]][[File:Home456.gif|thumb|left|300px]]
<br style="clear:both;">


= Attention please=
== Homework 2 ==
 
[[File:moon123456.jpg|thumb|left|300px]]
 
<br style="clear:both;">
== Homework 3 ==
 
[[File:Pole123456.jpg|thumb|left|300px]]
 
PImage[] images = new PImage[8];
int d;
int dx;
int dy;
void setup() {
  size(600,600);
  background(0,0,0);
  d=75;
for (int i=0; i<8; i++)
images[i] = loadImage("p"+ i +".jpg");
}
void draw() { 
  rotate(frameCount*0.1);
  int pick = frameCount % 8;
  image(images[pick],mouseX-d,mouseY-d,150,150);
 
<br style="clear:both;">
=== Comments ===
 
Hey Volker, this one is really nice! <br>
Please share your code :)
 
[[User:Ms| — Martin Schneider]] 10:08, 17 December 2015 (UTC)
 
Code is coming.<br>
--[[User:CeilingCat|CeilingCat is watching you Processing...]] 22:32, 18 December 2015 (UTC)
 
<br style="clear:both;">
 
== Homework 4 - Sound Sketch ==
 
X Needs some last tweekings X
 
== Homework 5 - Video Delay ==
 
https://www.youtube.com/watch?v=e3FZMLCIn-s
 
== Homework 6 - Video Processing ==
 
https://www.youtube.com/watch?v=-y0kZo36ELM
<br style="clear:both;">
 
== Homework 7 - Maze ==
 
----
 
= Monkey House =
 
[[File:MH001.png|thumb|left|300px]]
 
[[File:MH002.png|thumb|left|300px]]
 
[[File:MH003.png|thumb|left|300px]]
 
<br style="clear:both;">
----
----
Our best monkeys are working to fill this page. Please hold the line.
= Happy Little Accidents =
[[File:Fail003.png|thumb|left|300px]]
 
[[File:Fail001.jpg|thumb|left|300px]]
 
[[File:Fail002.jpg|thumb|left|300px]]

Latest revision as of 13:44, 28 January 2016

Homeworks


Homework 1


Homework 2


Homework 3

PImage[] images = new PImage[8];
int d;
int dx;
int dy;

void setup() {
 size(600,600); 
 background(0,0,0);
 d=75;

for (int i=0; i<8; i++)
images[i] = loadImage("p"+ i +".jpg");
}

void draw() {  
  rotate(frameCount*0.1);
  int pick = frameCount % 8;
 image(images[pick],mouseX-d,mouseY-d,150,150);


Comments

Hey Volker, this one is really nice!
Please share your code :)

— Martin Schneider 10:08, 17 December 2015 (UTC)

Code is coming.
--CeilingCat is watching you Processing... 22:32, 18 December 2015 (UTC)


Homework 4 - Sound Sketch

X Needs some last tweekings X

Homework 5 - Video Delay

https://www.youtube.com/watch?v=e3FZMLCIn-s

Homework 6 - Video Processing

https://www.youtube.com/watch?v=-y0kZo36ELM

Homework 7 - Maze


Monkey House



Happy Little Accidents