GMU:Algorithmic Art/Baiyao Lin: Difference between revisions

From Medien Wiki
No edit summary
Line 33: Line 33:
|-
|-
| [[File:algo1.jpg|400px]]
| [[File:algo1.jpg|400px]]
| 8 horizontal parallel equidistant fillet wavy lines, 30mm from the upper and lower boundaries of the paper, each height of 20mm. 8 equidistant vertical parallel zigzag lines, 30mm from the left and right boundaries, each height of 10mm. And these two kinds of lines would form many individual spaces, each space should contain one square in the center. The side length of the squares gradually increases from the center of paper to its boundaries, the innermost's length is 2mm and the outermost's is 6mm.
| 8 horizontal parallel equidistant fillet wavy lines, 30mm from the upper and lower boundaries of the paper, each height of 20mm. 8 equidistant vertical parallel zigzag lines, 30mm from the left and right boundaries, each height of 10mm. And these two kinds of lines would form many individual spaces, each space should contain one square in the center. The side length of the squares gradually increases from the center of paper to its boundaries, the innermost's length is 2mm and the outermost's is 6mm. -thx Lorenz
|-
|-
|}
|}
Line 46: Line 46:
| [[File:arc.gif|400px]]
| [[File:arc.gif|400px]]
| 2D grid structure with rotate. <br><br> [[Media:Arc.pde|Arc.pde]]
| 2D grid structure with rotate. <br><br> [[Media:Arc.pde|Arc.pde]]
|-
|}
==Algorithm Practice 2 —  9.11.18==
{| border="1"
|-
! style="width: 70%" | Result
! style="width: 30%" | Algorithm
|-
| [[File:wallpaper.png|400px]]  [[File:wildness.jpg|400px]]
| Practice with array. <br><br> [[File: float_array_tryout.pde]]
|-
|-
|}
|}

Revision as of 01:25, 9 November 2018


Algorithm for Humans 1 & Algorithm of Manuel — 19.10.18

Result Algorithm
Introductory Algorithm 1. 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

2. Executed algorithm of Manuel, called Arccry, inspired by 'Farcry' and the arcs presented.



Algorithm Practice 1 — 26.10.18

Result Algorithm
László Moholy-Nagy.png Work of László Moholy-Nagy.

Moholy-Nagy.pde
Result Algorithm
Algo1.jpg 8 horizontal parallel equidistant fillet wavy lines, 30mm from the upper and lower boundaries of the paper, each height of 20mm. 8 equidistant vertical parallel zigzag lines, 30mm from the left and right boundaries, each height of 10mm. And these two kinds of lines would form many individual spaces, each space should contain one square in the center. The side length of the squares gradually increases from the center of paper to its boundaries, the innermost's length is 2mm and the outermost's is 6mm. -thx Lorenz

2D Grid Structure — 2.11.18

Result Algorithm
Error creating thumbnail: convert convert: Unrecognized option (-layers). Error code: 1
2D grid structure with rotate.

Arc.pde

Algorithm Practice 2 — 9.11.18

Result Algorithm
Wallpaper.png Wildness.jpg Practice with array.

File:Float array tryout.pde