GMU:Algorithmic Art/Tobias Zimmer: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 23: Line 23:
|-  
|-  
| [[File:nesteForLoop.jpg|nestedForLoops]]
| [[File:nesteForLoop.jpg|nestedForLoops]]
| By [[Media:nestedForLoops.pde|nestedForLoops]]
| Combining two for loops to create a 2D Grid Structute <br><br> [[Media:nestedForLoops.pde|nestedForLoops]]
|-
|-
|}
|}

Revision as of 20:44, 29 October 2018


Algorithms for Humans


Result Algorithm
Introductory Algorithm By executing the Introductory Algorithm, each participant of the class created a unique personal sign, based on their own name.

Introductory Algorithm

Description, scan, photo, text or file of the algorithm here. Also include possible references or inspirations with links if you can.



Algorithms for Computers


Result Algorithm
nestedForLoops Combining two for loops to create a 2D Grid Structute

nestedForLoops