GMU:Algorithmic Art/Lorenz Gunreben: Difference between revisions

From Medien Wiki
No edit summary
Line 1: Line 1:
<br>


==Algorithm for Humans 1 — 19.10.18==
{| border="1"
|-
! style="width: 50%" | Result
! style="width: 50%" | Algorithm
|-
|  [[File:introductory_algorithm_superimposed_1200x1200.jpg|600px|Introductory Algorithm]]
| Superimposed results of the Introductory Algorithm. By executing the algorithm, each participant of the class created a unique personal sign, based on their own name.  <br><br>  [[Media:introductory_algorithm.pdf|Introductory Algorithm]] <br><br> Description, scan, photo, text or file of the algorithm here. Please also include possible references or inspirations with links if you can.
|-
|}
<br>
<br>


==Algorithm for Computers 0 — 20.-27.10.18==
==Algorithm for Computers 0 — 20.-27.10.18==

Revision as of 17:37, 6 November 2018


Algorithm for Computers 0 — 20.-27.10.18

Result Algorithm
ascending triangle algorithm Filling an array with random points in an ascending interval and connecting those with triangles.

random_lines_asc.pde
Result Algorithm
ascending triangle algorithm Executing the algorithm mirrored with different color results in a picture which could be used for a cracked version of Windows ;)

Algorithm for Computers 1 — 02.11.18

Result Algorithm
nestedForLoops Combining two for loops to create a 2D Grid Structure.

nestedForLoops.pde