IFD:GenerativeBauhaus WS2012/Anna: Difference between revisions

From Medien Wiki
 
(13 intermediate revisions by one other user not shown)
Line 1: Line 1:
Portfolio
[[File:portfolio-anna.jpg|500px]]
==Schrift==
'''Bank Gothic'''
[[File:50er.jpg|500px]]
'''Broadway'''
[[File:20er.jpg|500px]]
==Farbenfroh==  
==Farbenfroh==  


```RGB```
'''farbig'''
http://www.openprocessing.org/sketch/83139
 
----
 
[[File:reality.jpg|500px]]
 
----
 
'''RGB'''


[[File:RGB-processing.jpg]]
[[File:RGB-processing.jpg]]
Line 20: Line 43:
     }
     }
   }
   }
}  
}
 
 
----
 
'''Grau auf Weiß, mehrmals.'''
 
[[File:grau.jpg|500px]]


==Farbe&Raster==




==Raster==
'''Alltagsmuster'''


Kommt noch :))
[[File:Alltagsmuster.jpg]]


==Format==
==Format==

Latest revision as of 11:28, 17 July 2013

Portfolio

Portfolio-anna.jpg

Schrift

Bank Gothic

 


Broadway

 

Farbenfroh

farbig http://www.openprocessing.org/sketch/83139


 


RGB

 


void setup() {

 size(255,255);
 smooth();

}

void draw() {

 for(int i = 0; i <= 255; i++){
   for(int n = 0; n <= 255; n++){
    stroke(i,n,0);
    point(i,n);
   }
 }

}



Grau auf Weiß, mehrmals.

 

Farbe&Raster

Alltagsmuster

 

Format

Ganz schön hoch.

 

Ganz schön quer.

 

Ganz schön eng.

 

Ganz schön schre(ä)g.

 

Punk, Linie, Form, Figur. Was bin ich?

Ausgeglichen

 


Half.

 

Siehst du mich?

Linien&Punkte

 


Zu dick?

 


Bin ich da?

 


Ich verschwinde.

 

Gefühle:

Liebe:

liebet.jpg


Sketch: size(600, 400); background(250); fill(1); ellipse(200, height/2, 300, 300); fill(1); ellipse(400, height/2, 300, 300);


Freundschaft:

freundschaft.jpg


Sketch: size(600, 400); background(250); fill(1); ellipse(150, height/2, 300, 300); fill(1); ellipse(450, height/2, 300, 300);


Hass:

hassa.jpg


Sketch: size(600, 400); background(250); fill(1); ellipse(10, 10, 10, 10); fill(1); ellipse(590, 390, 10, 10);


Gleichgültigkeit:

gleichgltigkeit.jpg


Sketch: size(600, 400); background(250); fill(1); ellipse(10, 390, 10, 10); fill(1); ellipse(590, 390, 10, 10);