Ramón Pizarro Briceño: 10000 líneas

De Casiopea


TítuloImagen escrita: 10000 líneas
Tipo de ProyectoProyecto de Curso
Palabras Claveprocessing
Período2012-2012
AsignaturaImagen Escrita 2012,
Del Curso1º Diseño 2012, Imagen 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)Ramon Pizarro
ProfesorHerbert Spencer
size (700, 700);
background (255);
stroke (0);
for (int i = 0; i < 70000; i = i+7) {
  line(random(i), 350, 350, random(i));
}