GMU:Algorithmic Art/Christopher Heiden: Difference between revisions

From Medien Wiki
Line 22: Line 22:
|-
|-
|  [[File:20181031_153959_HDR.jpg|600px|Algorithm for Humans 2]]  
|  [[File:20181031_153959_HDR.jpg|600px|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. <br><br>  [[Media:introductory_algorithm.pdf|Introductory Algorithm]]|-
|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. <br><br>  [[Media:Assignent I.pdf|Assignment_1]]
|}
|}



Revision as of 15:56, 31 October 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 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