Alyssa Ruts: 100, 10000 y 100000 lineas + Mouse

De Casiopea
{{{Título}}}


Título
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 2
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)Alyssa Ruts

10000 Lineas

void setup () { size (700, 700); stroke(255); background(0); smooth(); } void draw () { line(350, 350, mouseX, mouseY); } void mousePressed () { stroke (255); saveFrame ("10000 lineas.jpg"); } void mouseReleased () { stroke (#ECF500); }


1000 Lineas


100 Lineas