Daniela Delmás: Proyecto Final

De Casiopea

Archivo:Processing Dani.rar


TítuloDaniela Delmás: Proyecto Final
Tipo de ProyectoProyecto de Curso
Palabras Claveproyecto final
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)Daniela Delmás
ProfesorHerbert Spencer

import processing.pdf.*;

PShape s;

void setup() {

 s = loadShape("Daniela_Delmás.svg");
 size(1000, 1000, PDF, "Daniela_Delmás.pdf");

}

void draw() {

 background(255);
 shape(s, 0, 0, 1000, 1000);
 exit();

}

Realizado con la ayuda de un amigo, fue importado a processing y no hecho completamente en el.