239
edits
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=for Computers= | =for Computers= | ||
==I: Kasimir Malewitsch's bird== | ==I: Kasimir Malewitsch's bird== | ||
''Originally based on the task to recreate a piece of Kasimir Malewitsch, I accidentally arranged forms more in a way a bird looks like and decided to continue that approach instead.'' | |||
{| border="1" | {| border="1" | ||
|- | |- | ||
Line 90: | Line 92: | ||
==II: Cute Bauhaus== | ==II: Cute Bauhaus== | ||
''Here recreation was also the topic, refined with some first simple interaction.'' | |||
{| border="1" | {| border="1" | ||
|- | |- | ||
Line 149: | Line 152: | ||
|} | |} | ||
==III: Cat Eyes== | ==III: Cat's Eyes== | ||
''My first nested for loops sketch with some slight random function adventures that resulted in unexpected "eye like" circles, maybe cat's eyes. I would like to use those eyes in a future sketch!'' | |||
{| border="1" | {| border="1" | ||
|- | |- | ||
Line 157: | Line 161: | ||
|[[File:katzenaugen (Konvertiert)-quicktime.mov|500px]] | |[[File:katzenaugen (Konvertiert)-quicktime.mov|500px]] | ||
|<source lang=java> | |<source lang=java> | ||
int gap=100; | |||
void setup(){ | void setup(){ | ||
Line 182: | Line 186: | ||
fill(R,G,B); | fill(R,G,B); | ||
ellipse(xPos,yPos,ellWidth,ellHeight); | ellipse(xPos,yPos,ellWidth,ellHeight); | ||
} | |||
} | |||
} | |||
</source> | </source> | ||
|- | |- | ||
Line 187: | Line 194: | ||
==IV: Butterflies== | ==IV: Butterflies== | ||
''Again in this sketch I benefited from unexpected "errors" while trying to get more into arrays and their use. Originally I just wanted to create different rectangular forms that are kept in the frame like fish in an aquarium and step back when they reach the boarder. But what i actually got was some pixelated flickering things, that, I guess could be seen in an abstract pixel art universe as butterflies. Obviously I still don't understand arrays and there consequences for following code lines fully, but I like the result and kept it.'' | |||
{| border="1" | {| border="1" | ||
|- | |- |
edits