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

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


TítuloImagen escrita: 100 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 (0);
stroke (255);
for (int i = 0; i < 700; i = i+7) {
  line(i, random(700), i, random(i));
}