|  (Created page with "== Gefühle: ==   '''Liebe:'''   http://img803.imageshack.us/img803/462/liebet.jpg   ''Sketch:''  size(600, 400); background(250); fill(1); ellipse(200, height/2, 300, 300); fill...") | m (moved IFD:GenerativeBauhaus/Anna to IFD:GenerativeBauhaus WS2012/Anna: new term) | ||
| (22 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==  | |||
| '''farbig''' | |||
| http://www.openprocessing.org/sketch/83139 | |||
| ---- | |||
| [[File:reality.jpg|500px]] | |||
| ---- | |||
| '''RGB''' | |||
| [[File:RGB-processing.jpg]] | |||
| 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.''' | |||
| [[File:grau.jpg|500px]] | |||
| ==Farbe&Raster==  | |||
| '''Alltagsmuster''' | |||
| [[File:Alltagsmuster.jpg]] | |||
| ==Format== | |||
| '''Ganz schön hoch.''' | |||
| [[File:hoch kl.jpg]] | |||
| '''Ganz schön quer.''' | |||
| [[File:quer kl.jpg]] | |||
| '''Ganz schön eng.''' | |||
| [[File:eng.jpg]] | |||
| '''Ganz schön schre(ä)g.''' | |||
| [[File:schreg.png]] | |||
| ==Punk, Linie, Form, Figur. Was bin ich?== | |||
| '''Ausgeglichen''' | |||
| [[File:Dreieck 2.jpg]] | |||
| '''Half.''' | |||
| [[File:Formen.jpg]] | |||
| ==Siehst du mich?== | |||
| '''Linien&Punkte''' | |||
| [[File:dünn weit q.jpg]] | |||
| '''Zu dick?''' | |||
| [[File:dick weit q.jpg]] | |||
| '''Bin ich da?''' | |||
| [[File:dünn nah q.jpg]] | |||
| '''Ich verschwinde.''' | |||
| [[File:dick nah q.jpg]] | |||
| == Gefühle: == | == Gefühle: == | ||
Latest revision as of 11:28, 17 July 2013
Portfolio
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:
 
Sketch: 
size(600, 400);
background(250);
fill(1);
ellipse(200, height/2, 300, 300);
fill(1);
ellipse(400, height/2, 300, 300);
Freundschaft:
 
Sketch:
size(600, 400);
background(250);
fill(1);
ellipse(150, height/2, 300, 300);
fill(1);
ellipse(450, height/2, 300, 300);
Hass:
 
Sketch:
size(600, 400);
background(250);
fill(1);
ellipse(10, 10, 10, 10);
fill(1);
ellipse(590, 390, 10, 10);
Gleichgültigkeit:
 
Sketch:
size(600, 400);
background(250);
fill(1);
ellipse(10, 390, 10, 10);
fill(1);
ellipse(590, 390, 10, 10);
 
		















