Diferencia entre revisiones de «Paul Guitard: 10000 Lineas»

De Casiopea
Sin resumen de edición
(Sin diferencias)

Revisión del 18:05 28 mar 2012


TítuloProyecto De Imagen Escrita: 10.000 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)Paul Guitard
ProfesorHerbert Spencer

size(700, 700); background(0);

stroke(#FF0000); for (int i = 0; i < 5000; i = i+2){ line(0, 700, i, i); line(700, 0, i, i); }

stroke(#001AFF); for (int i = 0; i < 5000; i = i+2){ line(0, i, i, 0); }

stroke(100); for (int i = 0; i < 5000; i = i+2){ line(0, 700, i, i); }