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

From Medien Wiki
No edit summary
Line 58: Line 58:
| [[File:jittering.gif|nestedForLoops]]
| [[File:jittering.gif|nestedForLoops]]
| Nested for Loop with a certain offset per point & frame<br><br> [[Media:funny_jittering5.pde|funny_jittering5.pde]]
| Nested for Loop with a certain offset per point & frame<br><br> [[Media:funny_jittering5.pde|funny_jittering5.pde]]
|-
|}
==Algorithm for Computers 3==
{| border="1"
|-
! style="width: 50%" | Result
! style="width: 50%" | Algorithm
|-
| [[File:sin_cos.mp4|cosinus & sinus algorithm with noise|600px]]
|Lines on circle points are animated with a noise in x & y direction using mouse as input. At a certain point, the lines of the last figure are connected to the mouse. [[Media:sin_cosin_mouse.pde|sin_cosin_mouse.pde]]<br><br>
|-
|-
|}
|}

Revision as of 14:10, 31 January 2019

Videos: 1 [1] 2 [2]

Pictures: [3]

Codes: [4]


Algorithm for Humans 1 — 19.10.18

Result Algorithm
[[FileExample.jpg:.jpg|600px|Introductory Algorithm]] 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

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



Algorithm for Computers 1

Result Algorithm
nestedForLoops Nested for Loop with a certain offset per point & frame

funny_jittering5.pde

Algorithm for Computers 2

Result Algorithm
nestedForLoops Nested for Loop with a certain offset per point & frame

funny_jittering5.pde

Algorithm for Computers 3

Result Algorithm
nestedForLoops Nested for Loop with a certain offset per point & frame

funny_jittering5.pde

Algorithm for Computers 3

Result Algorithm
Lines on circle points are animated with a noise in x & y direction using mouse as input. At a certain point, the lines of the last figure are connected to the mouse. sin_cosin_mouse.pde