GMU:Algorithmic Art/Lorenz Gunreben

From Medien Wiki


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