dimanche 8 septembre 2013

DSDN 142: Project 2




This is the poster I used as a source of inspiration. Analysis of the original poster:




Some pictures and code of the processing sketching I used for the final poster:

 size (400, 400);
smooth();
background(255);

noFill();
line(20, 380, 380, 380);
arc(20, 375, 10, 10, HALF_PI, PI);
line(15, 375, 15, 20);
arc(380, 375, 10, 10, 0, HALF_PI);
line(385, 375, 385, 20);
arc(380, 20, 10, 10, PI, TWO_PI);
arc(20, 20, 10, 10, PI, TWO_PI);
arc(width/2, 20, 350, 350, 0, PI);

save("P2_botom.tif");
 size(400, 400);
smooth();
background(247, 255, 247);
noFill();


//fill(125, 169, 255);
ellipse (200, 200, 350, 350);

//fill(125, 169, 255);
ellipse (225, 200, 300, 300);

save("P2_center.tif");

 size (400, 200);
smooth();
background(255);

noFill();
line(20, 130, 380, 130);
arc(20, 125, 10, 10, HALF_PI, PI);
line(15, 125, 15, 20);
arc(380, 125, 10, 10, 0, HALF_PI);
line(385, 125, 385, 20);
arc(380, 20, 10, 10, PI, TWO_PI);
arc(20, 20, 10, 10, PI, TWO_PI);
arc(width/2, 20, 350, 200, 0, PI);

save("P2_top.tif");


 size(400,400);
smooth();
background(255);
translate(200,200);
scale(3.5);

beginShape();
vertex(0,-50);
vertex(14,-20);
vertex(47,-15);
vertex(23,7);
vertex(29,40);
vertex(0,25);
vertex(-29,40);
vertex(-23,7);
vertex(-47,-15);
vertex(-14,-20);
endShape(CLOSE);

save("star.jpeg");

//Code for the star taken from the processing website (http://processing.org/tutorials/pshape/)
size(400,400);
//stroke(45,246,255);
smooth();
background(255);
//fill(5);

translate(200,200);
strokeWeight(5);
ellipse (0,0, 350, 350);

strokeWeight(1);
//noStroke();
//fill(255);
scale(3.5);
beginShape();
vertex(0,-50);
vertex(14,-20);
vertex(47,-15);
vertex(23,7);
vertex(29,40);
vertex(0,25);
vertex(-29,40);
vertex(-23,7);
vertex(-47,-15);
vertex(-14,-20);
endShape(CLOSE);

save("star_Circle.jpeg");

//Code for the star taken from the processing website (http://processing.org/tutorials/pshape/)





Some sketching done for this project:


I managed to have a fairly defined concept early on.

Theses are the final three iterations, only the final one is colored as the coloring is a very long process:





The main thing I was looking for with the different iterations was how to fill the space and in the end I decided to mix the two first iterations.


Aucun commentaire:

Enregistrer un commentaire