GMU:Algorithmic Art/Christopher Heiden

From Medien Wiki


Algorithm for Humans 1 — 19.10.18

Result Algorithm
Introductory Algorithm Result of the first analog algorithm reading line by line and execute the given instructions.



Algorithm for Humans 2 — 26.10.18

Result Algorithm
Algorithm for Humans 2 This time we had to write our own algorithm and give it an other student so he/she can try to draw it. The result you can see here.

Assignment_1



Algorithm for Humans 3 — 02.11.18

Result Algorithm
Algorithm for Humans 3 New Assignment . See the algorithm here:

Assignment_3



Algorithm for Humans 4 — 16.11.18

Result Algorithm
Algorithm for Humans 4 New Assignment: See the algorithm here:

Assignment_4



Algorithm for Humans 5 — 07.12.18

Result Algorithm
Algorithm for Humans 6 New Assignment: See the algorithm here:

Assignment_5



Algorithm for Computers 1 — 26.10.18

Result Algorithm
Assignment_2 Presenting the first drawing imagine with Processing.

Assignment_2.pde



Algorithm for Computers 2 — 02.11.18

Result Algorithm
BallGame Presenting a small little game which includes things we have learned last time like for-loops, if-clauses, variables and so on.


Score.pde
Stick.pde
Waterfall__Game.pde
Ball.pde
Menu.pde



Algorithm for Computers 3 — 02.11.18

Result Algorithm
Assignment_3 Showing a small grid using vertexes and neste-for-loops.

Assignment_3.pde



Algorithm for Computers 4 — 09.11.18

Result Algorithm
Assignment_4 Show circle created by lines using arrays, classes and random functions

Assignment_4.pde
Point.pde

Algorithm for Computers 5 — 16.11.18

Result Algorithm
Assignment_5 Show circle created by points. If the mouse is insead the circle it creates lines. All lines have their end point at the mouse position.

Assignment_5.pde

Algorithm for Computers 6 — 07.12.18

Result Algorithm
Assignment_6 The sketch creates many invisible retangles. That shapes will be used by a class called Lines which draws dots along the invisible shape of all created retangles

Assignment_6.pde
Rectangles.pde
Line.pde

Algorithm for Computers 7 — 20.12.18

Result Algorithm
Assignment_7 The sketch creates several triangles. This time the space is threedimensional so the triangles also use a z value.

Assignment_7.pde
Point.pde
Triangle.pde

Personal Exercise 1

Result Algorithm
Exercise 1 Create a sketch with music

Create Image.pde
Poligon Database.pde

Personal Exercise 2

Result Algorithm
Exercise 2 Create a static picture.

Draw static image.pde

Rework 1

Result Algorithm
Rework 4 That is a rework of assignment number 4. I changed the opacity of the lines mainly.

Create Image.pde
Point_rework.pde
Assignment_IV_rework.pde

Rework 2

Result Algorithm
Rework 6 That is a rework of assignment number 6. Now all rectangles wil be drawn after an other.

Rect.pde
Assignment_VI_rework.pde
Line_rework.pde

Rework 3

Result Algorithm
Rework Sound That is a rework of one of my practices at home. This is in interactive processing programm. Therefore you need a "data" directory in which you store an "Audio" directory. In that you have to have two different sounds (sound1.mp3 and sound2.mp3).

Sound.pde
InteractiveSound.pde
Draw.pde




Project Shower — 14.03.19

Result Algorithm
Introductory Algorithm parts get colder. The weather changes all the time. To visualize it, meteorologist use icons like a sun or clouds and |many numbers to show how much it rains or how many hours of sun while we will have on a day. In this project, |a different approach tries to visualize the weather with hardware and software. See the algorithm here:


Code
Shower_Project.ino
Processing_Weather.pde