GMU:Algorithmic Art/Joel Schäfer: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 13: Line 13:
! style="width: 50%" | Algorithm
! style="width: 50%" | Algorithm
|-  
|-  
| [[File:lol3.jpg|ascending triangle algorithm|600px]]
| [[File:####.jpg|ascending triangle algorithm|600px]]
| Filling an array with random points in an ascending interval and connecting those with triangles. <br><br> [[Media:random_lines_asc.pde|random_lines_asc.pde]]
| Filling an array with random points in an ascending interval and connecting those with triangles. <br><br> [[Media:random_lines_asc.pde|random_lines_asc.pde]]
|-
|-
Line 23: Line 23:
! style="width: 50%" | Algorithm
! style="width: 50%" | Algorithm
|-  
|-  
| [[File:lol5.jpg|ascending triangle algorithm|600px]]
| [[File:####.jpg|ascending triangle algorithm|600px]]
| Executing the algorithm mirrored with different color results in a picture which could be used for a cracked version of Windows ;)<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>  
|-
|-
|}
|}

Revision as of 13:02, 14 December 2018

Videos: [1]

Pictures: [2]


Algorithm for Computers 0 — 20.-27.10.18

Result Algorithm
[[File:####.jpg|ascending triangle algorithm|600px]] Filling an array with random points in an ascending interval and connecting those with triangles.

random_lines_asc.pde
Result Algorithm
[[File:####.jpg|ascending triangle algorithm|600px]] Executing the algorithm mirrored with different color results in a picture which could be used for a cracked version of Windows ;)