Ithan Cabrera - 10000 lineas - Imagen Escrita

De Casiopea


TítuloTarea N° 1 Imagen Escrita 2012, Ithan Cabrera
Tipo de ProyectoProyecto de Curso
Palabras Claveprocessing, tarea 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)Ithan Cabrera
ProfesorHerbert Spencer

void setup() {

 size(700, 700);
 background(255);
 for (float y=0; y<700; y=y+0.065)
 line((y), (y), random(y), random(y));

}