emailconfirmed, nsInternRO, nsInternRW, Administrators
3,356
edits
(→Form) |
m (moved IFD:GenerativeBauhaus/Melissa to IFD:GenerativeBauhaus WS2012/Melissa: new term) |
||
(10 intermediate revisions by one other user not shown) | |||
Line 14: | Line 14: | ||
Von der Figur.. | Von der Figur.. | ||
[[File:LinieNotClicked.png]] | [[File:LinieNotClicked.png|600px|thumb|right|border|]] | ||
..zur Linie. | ..zur Linie. | ||
[[File:LinieClicked.png]] | [[File:LinieClicked.png|600px|thumb|right|border|]] | ||
<source lang="java"> | |||
void setup() { | |||
size(800, 600); | |||
} | |||
void draw() { | |||
background(255); | |||
if(mousePressed == true) { | |||
fill(255); | |||
} else { | |||
fill(0); | |||
} | |||
beginShape(); | |||
curveVertex(400,400); | |||
curveVertex(400,400); | |||
curveVertex(410,380); | |||
curveVertex(400,360); | |||
curveVertex(390,380); | |||
curveVertex(410,390); | |||
curveVertex(420,390); | |||
curveVertex(420,380); | |||
curveVertex(422,390); | |||
curveVertex(440,380); | |||
curveVertex(442,390); | |||
curveVertex(443,380); | |||
curveVertex(446,380); | |||
curveVertex(447,390); | |||
curveVertex(452,390); | |||
curveVertex(452,380); | |||
curveVertex(454,390); | |||
curveVertex(464,385); | |||
curveVertex(460,380); | |||
curveVertex(458,385); | |||
curveVertex(460,390); | |||
curveVertex(470,400); | |||
curveVertex(475,390); | |||
curveVertex(475,390); | |||
point(420,360); | |||
point(452,360); | |||
endShape(); | |||
} | |||
</source> | |||
==Form== | ==Form== | ||
Line 85: | Line 135: | ||
} | } | ||
} | } | ||
</source> | |||
==Raum== | |||
'''Die Schattenlosen''' | |||
Räumliche Schattenlosigkeit oder schattenlose Räumlichkeit? | |||
[[File:Glas.png|400px]] | |||
[[File:TellerVase.png|400px]] | |||
[[File:Flasche.png|400px]] | |||
''Frei nach Phil Metzger.'' | |||
==Rastergedanken== | |||
'''Denkraster - Rasterdenken - Gedankenraster''' | |||
[[File:kleinkariert.png|200px]] [[File:anders.png|200px]] [[File:zielorientiert.png|200px]] | |||
[[File:räumlich.png|200px]] [[File:quer.png|200px]] [[File:undDU.png|200px]] | |||
==Farbe== | |||
'''Farbkreisstudie nach Inspiration durch Bella Ullmann-Broner und ihren Farbkreisstudien nach Ostwald von 1931''' | |||
[[File:Farbkreisstudie.png|300px]] | |||
Tusche auf Papier | |||
==Farbfetisch== | |||
'''Kontraststudie''' | |||
Farbe-an-sich | |||
[[File:Farbe-an-sich.png|300px]] | |||
Hell-Dunkel | |||
[[File:Hell-Dunkel.png|300px]] | |||
Kalt-Warm | |||
[[File:Kalt-Warm.png|300px]] | |||
Komplementär | |||
[[File:Komplementär.png|300px]] | |||
Simultan | |||
[[File:Simultan.png|300px]] | |||
Qualität | |||
[[File:Qualität.png|300px]] | |||
Quantität | |||
[[File:Quantität.png|300px]] | |||
==Typische Typographie== | |||
'''Manche Schriften ordnet man automatisch in bestimmte Kategorien ein. Sie sind "typisch" für etwas oder jemanden...''' | |||
[[File:DeRo.png|300px]] | |||
[[File:KüDi.png|300px]] | |||
[[File:WeiSchu.png|300px]] | |||
[[File:PriGro.png|300px]] | |||
[[File:ALLE.png|300px]] | |||
[[Category:Bauhaus-Vorkurs]] | [[Category:Bauhaus-Vorkurs]] |