Juan Pablo Correa Echavarría
Lista de contenidos
- Stamp.
- Imaginary map
- Will you take me in you
- 3D Model
- Processing Interactive car
- Project presentation
- Final Project
This is my stamp submission
Usé inkscape para juntar todo y pixlr para crear el mapeo del fondo./ I used Inkscape to put everything together and pixlr to create the background color mapping.

Imaginary map
I was working with Yifan and Yuelin.

Trabajo en Equipos / GroupWork.
Carro interactivo en Processing / Processing Interactive cart.
Aquí el código para este sketch / There is the code for this sketch:
import processing.sound.*;
SoundFile SFX;
PImage train, cable, airplane, background, fonts;
int cableX = 800;
int cableY = 0;
int airplaneX = 0;
int airplaneY = 40;
int trainWidth = 300;
float x = 300;
float trainIncrement =3;
int cableIncrement = 3;
void setup() {
print(width+", "+height);
fullScreen();
train = loadImage("purdueTrain.png");
fonts = loadImage("font.png");
cable = loadImage("metrocable.png");
airplane = loadImage("airplane.png");
SFX = new SoundFile(this, "train.mp3");
SFX.play();
}
void draw() {
background(#81cfff);
imageMode(CENTER);
image(fonts, width/2, height/2,1000, height);
imageMode(CORNER);
image(cable, cableX, cableY,200,200);
image(airplane, airplaneX, airplaneY, 200,200);
image(train, x, 450, trainWidth, trainWidth);
if (airplaneX>width) airplaneX = -airplane.width;
airplaneX+=3;
cableX += cableIncrement;
cableY += cableIncrement;
if ((cableX)>width) {
cableX = 300;
cableY = -50;
}
x += trainIncrement;
if ((x + 200)>width)
{
trainIncrement *= -1;
SFX.play();
} else if (x < 0) {
trainIncrement *= -1;
SFX.play();
}
}
Will you take me in you.
Este es un alce de mi infancia, estuvo conmigo en muchos momentos duros.




Final Project Presentation.







Final Project: InterVisual.
This project integrates the 3 cultures of the countries where the creators come from: China, United States, and Colombia.
Creators:
- Yifan Fan: Graphics, museography.
- Yuelin Wang: Graphics, museography.
- Jose David Gil: Graphics
- Edna Alejandra Caro: Graphics, museography.
- Garret Rodgers: Graphics programming
- Juan Pablo Correa: Music, interactivity programmer

Sadly, Yifan and Yuelin wasn't at that moment for the picture.
There is the code for the project.
The music for the project:
It integrates styles and instruments from the 3 of the regions.
