Aucune image

GRIBOUILLAGE

29/03/2018 etudiant 0

int value = 0; int i; void setup(){ size(1000,1000); } void draw() { fill(255,0); beginShape(); vertex(random(1000),random(1000)); vertex(random(1000),random(1000)); vertex(random(1000),random(1000)); vertex(random(1000),random(1000)); vertex(random(1000),random(1000)); vertex(random(1000),random(1000)); endShape(CLOSE); }

Aucune image

Le Livre Universel

15/03/2018 etudiant 0

Concept: Un texte « universel » qui, quand mis dans sa machine, sonne dans la langue que l’utilisateur a choisi.

Narration sonore

08/03/2018 etudiant 0

La page blanche propose une plateforme vide, invitant à une narration, guidé par une bande sonore.

Textile Mouvant

08/03/2018 etudiant 0

L’idée de ce projet est de reproduire, via un tissu, un mouvement organique, présentant une irrégularité rappelant un organisme vivant et indépendant. Le textile, mouvant […]

spaceship

30/11/2017 etudiant 0

float r, g ,b; void setup() { size(640, 640); background(255,34,31); noCursor(); } void draw(){ r= random(255); g= random(255); b= random(255); fill(204, 102, 0); ellipse(300, 300, […]

Aucune image

Footsteps

30/11/2017 etudiant 0

PImage img; PImage img1; void setup() { size (700,1000); } void draw() { if (mouseButton == LEFT) {img1 = loadImage("left.png"); image(img1, 0, 200);} else if […]