GMU:Algorithmic Art/Michael Wilde: Difference between revisions

From Medien Wiki
No edit summary
Line 1: Line 1:
== MachineAlgorithm 4 — 9.11.18==
== MachineAlgorithm 3: Grid Variants — 2.11.18==
 
{| border="1"
|-
! style="width: 50%" | Result
! style="width: 50%" | Algorithm
|-
|  [[File:randoTriangles.jpg|800px|MachineAlgorithm 3]]
| A grid of squares and circles.  Created by loops within loops.  Different properties are affected by the iteration values of the inner and outer loops.  <br><br><br>
|-
|}
 
 
 
== MachineAlgorithm 4: Rando Triangles — 9.11.18==


{| border="1"
{| border="1"

Revision as of 23:33, 8 November 2018

MachineAlgorithm 3: Grid Variants — 2.11.18

Result Algorithm
MachineAlgorithm 3 A grid of squares and circles. Created by loops within loops. Different properties are affected by the iteration values of the inner and outer loops.



MachineAlgorithm 4: Rando Triangles — 9.11.18

Result Algorithm
MachineAlgorithm 4 A grid of equilateral triangles with increased coordinate noise.


Program continually draws new random triangles onto the screen. Only still shot shown.