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

De Casiopea
Archivo:1000 LÍNEAS.png
Imagen escrita: 1000 líneas


TítuloImagen escrita: 1000 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 < 7000; i = i+7) {
  line(random(i), 350, 350, random(i));
}