No edit summary |
|||
Line 1: | Line 1: | ||
==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 |
---|---|
Filling an array with random points in an ascending interval and connecting those with triangles. random_lines_asc.pde |
Result | 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 |
---|---|
Combining two for loops to create a 2D Grid Structure. nestedForLoops.pde |