Diferencia entre revisiones de «Paul Guitard: 1000 Lineas»

De Casiopea
Sin resumen de edición
Sin resumen de edición
 
Línea 1: Línea 1:
{{Proyecto
{{Proyecto
|Título=Proyecto De Imagen Escrita: 1000 Lineas
|Título=Proyecto De Imagen Escrita: 1000 Lineas
|Tipo de Proyecto=Proyecto de Taller, Proyecto de Curso
|Tipo de Proyecto=Proyecto de Curso
|Palabras Clave=proyecto, imagen escrita, 1000 lineas, processing, paul guitard
|Palabras Clave=tarea 1
|Año de Inicio=2012
|Año de Inicio=2012
|Carreras Relacionadas=Diseño Gráfico, Diseño Industrial
|Carreras Relacionadas=Diseño Gráfico, Diseño Industrial
|Asignaturas Relacionadas=Imagen Escrita 2012,
|Cursos Relacionados=Imagen Escrita 2012
|Cursos Relacionados=Imagen Escrita 2012, 1º Diseño 2012,
|Profesor=Herbert Spencer,
|Profesor=Herbert Spencer,  
|Alumnos=Paul Guitard,
|Alumnos=Paul Guitard,  
|Imagen=Kai02.png
}}
}}
<pre><nowiki>
<pre><nowiki>
size(700, 700);
size(700, 700);
background(#7CAFDA);
background(#7CAFDA);
 
smooth();
stroke(255);
stroke(255);
for (int i = 0; i < 1000; i = i+4) {
for (int i = 0; i < 1000; i = i+4) {

Revisión actual - 18:20 28 mar 2012

Proyecto De Imagen Escrita: 1000 Lineas


TítuloProyecto De Imagen Escrita: 1000 Lineas
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 1
Período2012-
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(#7CAFDA);
smooth();
stroke(255);
for (int i = 0; i < 1000; i = i+4) {
    line(0, 700, i, i);
    line(700, 0, i, i);
    line(700, i, i, 700);
    line(0, i, i, 0);
  }
  

stroke(#7CAFDA);
strokeWeight(14);
line(30, 150, 30, 350);
line(30, 150, 130, 200);
line(30, 350, 130, 330);
line(130, 200, 130, 330);
line(160, 200, 160, 350);
line(190, 200, 290, 200);
line(190, 200, 190, 275);
line(190, 275, 290, 275);
line(290, 275, 290, 350);
line(290, 350, 190, 350);

line(320, 200, 320, 350);
line(320, 200, 420, 200);
line(320, 275, 420, 275);
line(320, 350, 420, 350);

line(450, 200, 450, 350);
line(450, 200, 550, 350);
line(550, 200, 550, 350);
line(450, 185, 550, 185);

line(580, 200, 580, 350);
line(580, 200, 680, 200);
line(680, 200, 680, 350);
line(580, 350, 680, 350);

line(30, 420, 77, 380);
line(77, 380, 124, 380);
line(124, 380, 171, 420);
line(171, 420, 30, 590);
line(30, 590, 171, 590);

line(201, 420, 201, 550);
line(201, 420, 248, 380);
line(248, 380, 295, 380);
line(295, 380, 342, 420);
line(342, 420, 342, 550);
line(201, 550, 248, 590);
line(248, 590, 295, 590);
line(295, 590, 342, 550);

line(372, 470, 512, 380);
line(512, 380, 512, 590);

line(542, 420, 589, 380);
line(589, 380, 636, 380);
line(636, 380, 683, 420);
line(683, 420, 542, 590);
line(542, 590, 683, 590);