GMU:Algorithmic Art/Lorenz Gunreben: Difference between revisions

From Medien Wiki
No edit summary
Line 30: Line 30:
! style="width: 50%" | Algorithm
! style="width: 50%" | Algorithm
|-  
|-  
| [[File:nesteForLoop.jpg|nestedForLoops]]
| [[File:jittering.gif|nestedForLoops]]
| Combining two for loops to create a 2D Grid Structure. <br><br> [[Media:nestedForLoops.pde|nestedForLoops.pde]]
| Nested for Loop with a certain offset per point & frame<br><br> [[Media:funny_jittering5.pde|funny_jittering5.pde]]
|-
|-
|}
|}

Revision as of 17:40, 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 Nested for Loop with a certain offset per point & frame

funny_jittering5.pde