View allAll Photos Tagged generative

Generative art made with Adobe Flash. High resolution available for Giclée print.

 

Credits:

the color matrix of these image was used

www.flickr.com/photos/cluke111/3113573089/

generative portraits - collage

Generative pattern

I have been playing with AI and generative art for a few months now and I really start wondering what is the future of photography.

 

But one thing is certain: AI is going to change everything in almost all domains.

Generative pattern

Generative art made with Adobe Flash. High resolution available for Giclée print.

generative character - collage

Generative pattern

Generative dots pattern

Generative pattern

Generative pattern

drawing on canvas with trear physics tendrils using texones creative computing framework which is based on processing

piece delivered to gallery today, better photos soon....

I've been following Nervous System on Flickr for some time now - they make beautiful generatively designed products. n-e-r-v-o-u-s.com/shop/

 

Sophy and I spotted their work at the SF MoMA and picked up this Subdivision Cuff for her.

/*processingworkshop example by philip whitfield and martin fuchs, hyperwerk 08*/

 

float angle = 170;

float leng = 90;

 

PVector last;

float lastAngle = 0;

 

void setup(){

size(800, 650);

last = new PVector(width/2,height/2);

smooth();

background(255);

}

 

void draw(){

PVector dir;

stroke(0,80);

float pre = 1;

if(frameCount % 9 == 0 || frameCount % 7 == 0 || frameCount % 2 == 0){

pre = -1;

}

 

lastAngle += angle*pre;

dir = new PVector(sin(radians(lastAngle))*leng, cos(radians(lastAngle))*leng);

 

line(last.x, last.y, last.x+dir.x, last.y+dir.y);

last.add(dir);

}

 

void mouseClicked(){

last = new PVector(mouseX,mouseY);

}

 

void keyReleased(){

if(key == ' ')

save(day()+"_"+month()+"_"+year()+"__"+minute()+"_"+second()+".png");

if(key == 'c')

background(255);

}

 

Generative pattern

Generative pattern

Generative drawing output from ActionScript project. Minor color adjustments done in Photoshop.

Generative pattern

20x20 grid with squares in various states of fractalization.

 

Made with processing.org.

Exhibition of my generative portraits series at my university. All portraits have been done with Processing.

 

70 x 100 cm

Duplex on Hahnemühle Natural Line (archival paper) using pigmented inks.

 

Check single images:

www.flickr.com/photos/dianalange/sets/72157632773162506/

  

Get the basic code on my openprocessing portfolio:

openprocessing.org/user/5969

 

HAWK FH HHG

2013

www.hawk-hhg.de/pressestelle/189939_190642.php

generative design - compositions

based on geometric forms and small patterns

1 2 ••• 9 10 12 14 15 ••• 79 80