(→Raster) |
m (moved IFD:GenerativeBauhaus/Anna to IFD:GenerativeBauhaus WS2012/Anna: new term) |
||
(10 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== | ||
'''farbig''' | |||
http://www.openprocessing.org/sketch/83139 | |||
---- | |||
[[File:reality.jpg|500px]] | |||
---- | |||
'''RGB''' | '''RGB''' | ||
Line 21: | Line 44: | ||
} | } | ||
} | } | ||
---- | |||
'''Grau auf Weiß, mehrmals.''' | |||
[[File:grau.jpg|500px]] | |||
==Farbe&Raster== | ==Farbe&Raster== |
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);