Juan Pablo Correa Echavarría

Lista de contenidos 

  1. Stamp.
  2. Imaginary map
  3. Will you take me in you
  4. 3D Model
  5. Processing Interactive car
  6. Project presentation
  7. 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. 

Juanpa's Stamp

Imaginary map

I was working with Yifan and Yuelin.
Imaginary map with the 3 places important to them



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. [Editar]

Foto real de un alce de peluche


Alce Front

Alce side

Alce back

Already 3d printed model

Final Project Presentation.

Presentation 1

Presentation 2

Presentation 3

Presentation 4

Presentation 5

Presentation 6

Presentation 7

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


 

 A photo of the creators

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.