Skip to content

Instantly share code, notes, and snippets.

View PullJosh's full-sized avatar

Josh Pullen PullJosh

View GitHub Profile
@PullJosh
PullJosh / first_gif.pde
Created August 5, 2015 23:34
PullJosh's First GIF (Processing)
// IMPORTANT: Will only work if you have this: http://extrapixel.github.io/gif-animation/
import gifAnimation.*;
GifMaker gifExport;
int frames = 0;
int totalFrames = 120;
public void setup() {
smooth();