GMU:Algorithmic Art/Christopher Heiden: Difference between revisions

From Medien Wiki
No edit summary
Line 51: Line 51:
|  [[File:20181130_134012_HDR.jpg|600px|Algorithm for Humans 4]]  
|  [[File:20181130_134012_HDR.jpg|600px|Algorithm for Humans 4]]  
|New Assignment: See the algorithm here: <br><br>  [[Media:Human_Algo.pdf|Assignment_4]]
|New Assignment: See the algorithm here: <br><br>  [[Media:Human_Algo.pdf|Assignment_4]]
|}
<br>
<br>
==Algorithm for Humans 5 — 07.12.18==
{| border="1"
|-
! style="width: 50%" | Result
! style="width: 50%" | Algorithm
|-
|  [[File:|600px|Algorithm for Humans 5]]
|New Assignment: See the algorithm here: <br><br>  [[Media:Human Algo_2.pdf|Assignment_5]]
|}
|}



Revision as of 14:43, 6 December 2018


Algorithm for Humans 1 — 19.10.18

Result Algorithm
Introductory Algorithm Result of the first analog algorithm reading line by line and execute the given instructions.



Algorithm for Humans 2 — 26.10.18

Result Algorithm
Algorithm for Humans 2 This time we had to write our own algorithm and give it an other student so he/she can try to draw it. The result you can see here.

Assignment_1



Algorithm for Humans 3 — 02.11.18

Result Algorithm
Algorithm for Humans 3 New Assignment . See the algorithm here:

Assignment_3



Algorithm for Humans 4 — 16.11.18

Result Algorithm
Algorithm for Humans 4 New Assignment: See the algorithm here:

Assignment_4



Algorithm for Humans 5 — 07.12.18

Result Algorithm
[[File:|600px|Algorithm for Humans 5]] New Assignment: See the algorithm here:

Assignment_5



Algorithm for Computers 1 — 26.10.18

Result Algorithm
Assignment_2 Presenting the first drawing imagine with Processing.

Assignment_2.pde



Algorithm for Computers 2 — 02.11.18

Result Algorithm
BallGame Presenting a small little game which includes things we have learned last time like for-loops, if-clauses, variables and so on.


Score.pde
Stick.pde
Waterfall__Game.pde
Ball.pde
Menu.pde



Algorithm for Computers 3 — 02.11.18

Result Algorithm
Assignment_3 Showing a small grid using vertexes and neste-for-loops.

Assignment_3.pde



Algorithm for Computers 4 — 09.11.18

Result Algorithm
Show circle created by lines using arrays, classes and random functions

Assignment_4.pde
Point.pde


Algorithm for Computers 5 — 16.11.18

Result Algorithm
Show circle created by points. If the mouse is insead the circle it creates lines. All lines have their end point at the mouse position.

Assignment_5.pde

Algorithm for Computers 6— 07.12.18

Result Algorithm
Assignment_6 The sketch creates many invisible retangles. That shapes will be used by a class called Lines which draws dots along the invisible shape of all created retangles

Assignment_6.pde
Rectangles.pde
Line.pde