GMU:Algorithmic Art/Lorenz Gunreben: Difference between revisions

From Medien Wiki
(Created page with "<br> ==Algorithm for Humans 1 — 19.10.18== {| border="1" |- ! style="width: 50%" | Result ! style="width: 50%" | Algorithm |- | File:introductory_algorithm_superimpose...")
 
Line 34: Line 34:
|-  
|-  
| [[File:lol5.jpg|ascending triangle algorithm|600px]]
| [[File:lol5.jpg|ascending triangle algorithm|600px]]
| Executing the algorithm mirrored with different color results in a picture which could be used for a cracked version ;)<br><br>  
| Executing the algorithm mirrored with different color results in a picture which could be used for a cracked version of Windows ;)<br><br>  
|-
|-
|}
|}


==Algorithm for Computers 1 — 02.11.18==
==Algorithm for Computers 1 — 02.11.18==

Revision as of 14:18, 5 November 2018


Algorithm for Humans 1 — 19.10.18

Result Algorithm
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.

Introductory Algorithm

Description, scan, photo, text or file of the algorithm here. Please also include possible references or inspirations with links if you can.



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