Astou Touré
CIRCUIT + PLIAGE
Experimentations avec un synthetiseur realisé selon le schéma ce dessous. Apres avoir realisé le synthetiseur nous avons remplacé les potentiomètres par des pliages en papier […]
CIRCLE
void setup(){size(640, 360);noSmooth();background(120,170,200);fill(300);}void draw(){if(mousePressed){stroke(200);}else{stroke(3);}ellipse(mouseX-1, mouseY, mouseX+2, mouseY);ellipse(mouseX, mouseY-1, mouseX, mouseY+2); fill(126);}
Parabol fold
Its a keyboard hacking parabola. The parabola here lets you interact with the game mario in an entirely different manner. Go ahead go back to […]