emailconfirmed, nsInternRO, nsInternRW, Administrators
3,356
edits
m (moved IFD:GenerativeBauhaus/Jenny to IFD:GenerativeBauhaus WS2012/Jenny: new term)  | 
				|||
| (13 intermediate revisions by one other user not shown) | |||
| Line 89: | Line 89: | ||
== Format ==  | == Format ==  | ||
[[File:Orginal.jpg]]  | [[File:Orginal.jpg|250px]]  | ||
[[File:Quer.jpg|250px]]  | |||
[[File:quer_anders.jpg|250px]]  | |||
----  | ----  | ||
[[File:  | [[File:quer_anders2.jpg|250px]]  | ||
[[File:anders.jpg|250px]]  | |||
[[File:Hoch.jpg|150px]]  | |||
[[File:Hoch2.jpg|150px]]  | |||
== Scribbles ==  | |||
[[File:Scriples.jpg|350px]]  | |||
== Farben ==  | |||
'''Programmcode:'''  | |||
int l = 255; // globale variable könnte auch lokal sein  | |||
void setup()  | |||
{  | |||
  size(300,300);  | |||
  background(255);  | |||
  noLoop();  | |||
  noStroke();  | |||
}  | |||
void draw()  | |||
----  | {   | ||
  int k = 255; // fester r wert  | |||
  background(255);  | |||
  for ( int i = 10; i <= width - 10; i += 20)  | |||
       {  | |||
        for ( int j = 10; j <= height - 10; j += 20)  | |||
         {  | |||
            fill(l,k,l);    | |||
            ellipse(i,j,20,20);   | |||
            l--;  | |||
         }   | |||
       }             | |||
}  | |||
''' Ergebnisse '''  | |||
[[File:  | [[File:gruen.jpg]]  | ||
[[File:rot.jpg]]  | |||
[[File:blau2.jpg]]  | |||
== Farbkontraste ==  | |||
[[File:  | [[File:Kalt_oder_Warm.jpg|300px]]  | ||
[[File:Kalt_oder_Warm2.jpg|300px]]  | |||
==   | == Endpräsentation ==  | ||
[[File:  | [[File:Showweel1.jpg]]  | ||
[[File:Showweel2.jpg]]  | |||
[[File:Showweel.jpg]]  | |||