View allAll Photos Tagged iteration
My first sketch with Processing using the bezier() method and random numbers.
void setup()
{
size(800, 400);
noFill();
noLoop();
smooth();
PImage b;
b = loadImage("himmel.jpg");
background(b);
}
void draw()
{
int iter = 56;
int mx = width;
int my = height + 300;
for(int i=0; i<iter; i++)
{
bezier(-100, number(my), number(mx), number(my), number(mx), number(my), number(mx), number(my));
stroke(number(234),number(12),number(23));
strokeWeight(number(8));
strokeCap(PROJECT);
}
}
int number(int val)
{
int t = floor(random(val));
return t;
}
Seamlessly Looping Background Animation Of Iterative High Contrast Minimal Background Patterns. Checkout GlobalArchive.com, contact ChrisDortch@gmail.com, and connect to www.linkedin.com/in/chrisdortch
Sue Hettmansperger
University of Iowa, Iowa City, IA
collage of lithographs, digital images and oil paint
5" x 5"
2020
Cutting images from 2 identical litho prints, and 2 identical digital prints, collaged iterations with matte Medium and painted over with oil paint.
My first sketch with Processing using the bezier() method and random numbers.
void setup()
{
size(800, 400);
noFill();
noLoop();
smooth();
PImage b;
b = loadImage("himmel.jpg");
background(b);
}
void draw()
{
int iter = 56;
int mx = width;
int my = height + 300;
for(int i=0; i<iter; i++)
{
bezier(-100, number(my), number(mx), number(my), number(mx), number(my), number(mx), number(my));
stroke(number(234),number(12),number(23));
strokeWeight(number(8));
strokeCap(PROJECT);
}
}
int number(int val)
{
int t = floor(random(val));
return t;
}
Installation > Art that Iterates
September 2012
MACY GALLERY
Teachers College Columbia University
Kathleen putting the final nails into the wall!
This iteration of Epyon had AMD X2 4400 fitted on ASUS A8N-SLI Deluxe 939 NVIDIA nForce4 SLI ATX AMD Motherboard.
Building is on Cuba Street and flowers are just past Kelburn. In this image I began trialing overlaying two images within my glitch which I thought would link it to the analogue nicely as well. I need to change how the second image appears to make it more aesthetic
Results from Iteration 2 of the Mifactori research project "Bauhaus Klimafabrik" (Bauhaus Climate Factory) | Extended Info & Project Documentation available here: mifactori.de/bauhaus-klimafabrik