Aucune image

tube

30/11/2017 etudiant 0

void setup(){size(700,700);background(16,40,10);}void draw(){strokeWeight(1);ellipse(pmouseX,pmouseY,mouseX,mouseY); if (keyPressed==true){background(random(255), random(255),random(255)); fill(random(255), random(255),random(255));stroke(random(255), random(255),random(255));}}

CircleRandom

30/11/2017 etudiant 0

float n(int m){return random(m);}float x=300;float y=200;int r=180;int d=255;void setup(){size(500,500);background(87,d,212);}void draw(){fill(d,122,246);noStroke();x+=n(8)-4;y+=n(8)-4;int i=0;while(i

Code

30/11/2017 etudiant 0

int value = 0; void setup(){ size(1000,1000); } void draw() { fill(mouseX,mouseX,mouseY); rect(mouseX,mouseY,mouseX,mouseY); }

VERRILLON

23/11/2017 etudiant 0

projet: reproduire les effet du verillon (musique faite avec la résonance de verres en cristal) avec des verres en plastique et un piano virtuel. 1ere […]

Aucune image

TAP

23/11/2017 etudiant 0

For our second keyboard hacking project we had to use the map. So we recover the electronic card found in a computer keyboard, we determined […]

Aucune image

This is Not a Cube

23/11/2017 etudiant 0

  We as humans are always translating from words to images, images to ideas etc etc. Our project revolves around this very idea. We want […]

Le sablier tisserant

23/11/2017 etudiant 0

A partir du mythe de Pénélope nous avons voulu par le keyboard hacking contrôler le temps. Pénélope tisse le linceul de son beau-père le jour […]

Génération sur écran

23/11/2017 SOAadmin 0

/////////////////////////////////////////////////////////////////////////////////// Dessiner et créer des motifs génératifs grâce à l’aide de processing. « Processing is a flexible software sketchbook and a language for learning how to […]