Datos personales

Mi foto
pintor, graffity preferentemente calle.

lunes, 14 de noviembre de 2011


size(600, 600);
background(0);
smooth();
noStroke();
for (int y = 0; y <= height; y += 30) {// height= altura
for (int x = 0; x <= width; x += 30) {//width= ancho
fill(255, 255);
ellipse(y,x,30,30);
}}
//for (int y = 0; y <= height; y += 49) {
//for (int x = 0; x <= width; x += 49) {
//ellipse(30,30,30,30);


size(600, 600);
background(0);
smooth();
noStroke();
for (int y = 0; y <= height; y += 10){
for (int x = 0; x <= width; x += 280) {
fill(255, 255);
rect(x, y, 50, 50);
}}

 size(600, 600);
background(0);
smooth();
for (int y = 100; y <= height; y += 8) {
for (int x = 50; x <= width; x += 15) {
ellipse(x + y, y, 16 + y, 16 - y);
}
}

 size(600, 600);
background(0);
smooth();
noStroke();
for (int y = 0; y <= height; y += 70) {
for (int x = 0; x <= width; x += 70) {
fill(255, 255);
rect(x, y, 50, 50);
}}

 size(600, 600);
background(0);
smooth();
for (int y = 100; y <= height; y += 8) {
for (int x = 50; x <= width; x += 15) {
ellipse(y , x, y, x );
}
}


size(600, 600);
background(0);
smooth();
for (int y = 1; y <= height+600; y += 8) {
for (int x = 1; x <= width+500; x += 15) {
ellipse(y , x, y, x );
}
}

lunes, 15 de agosto de 2011

processing.

*-error ejercicio cuadrado.

                                *- cuadrado.
                                *-ellipse.



                                *-color.

                                 *-ej.

Seguidores