Skip to content

Instantly share code, notes, and snippets.

View jessicasarawilson's full-sized avatar

jessicasarawilson

View GitHub Profile
import processing.video.*;
int imageCount = 22;
PImage[] file = new PImage[imageCount];
Movie clouds;
float cellsize = 18;
int maxStarSize = 14;
ArrayList sparkleChars;
PImage img;
PImage sledge;
PImage brush;
void setup() {
size(1100, 600, P3D);
img = loadImage ("mouth.png");