María Jesús Arestizábal: 10000 líneas, mouse

De Casiopea


Título10000 líneas, mouse
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 2
AsignaturaImagen Escrita 2012,
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)María Jesús Arestizábal
ProfesorHerbert Spencer

void setup() { size(700,700); background(350); smooth();

} void draw() { for (int i =0; i < 30000; i = i+30) { line(mouseX, mouseY, i+200, 20); stroke (255);


} }