Matias Chacon: 10000 lineas

De Casiopea
Matias Chacon: 10000 lineas


TítuloMatias Chacon: 10000 lineas
Tipo de ProyectoProyecto de Taller, Proyecto de Curso
Palabras Clavetarea 1
Período2012-
AsignaturaTaller Inicial Común 1ª y 2ª Etapa,
Del CursoImagen Escrita 2012,
CarrerasDiseño Gráfico"Diseño Gráfico" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property., Diseño Industrial"Diseño Industrial" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property.
Alumno(s)Matias Chacon
ProfesorHerbert Spencer
size(500, 500);
background(255);
stroke(0);
strokeWeight(.25);
smooth();

for (int i=0; i<500; i=i+4) {
  line(100, 30, random(30), random(i));
  line(i, 0, 100, i);
  line(i, 50, 200, i);
}
saveFrame("####.jpg");