Skip to content

Instantly share code, notes, and snippets.

View neelkadia-zz's full-sized avatar

Neel Kadia neelkadia-zz

View GitHub Profile

Keybase proof

I hereby claim:

  • I am neelkadia on github.
  • I am neelkadia (https://keybase.io/neelkadia) on keybase.
  • I have a public key ASD_vyHlg8GoI781h5qj2jbnDQam-62xGzu2vzUaFthzAQo

To claim this, I am signing this object:

@neelkadia-zz
neelkadia-zz / gif_example.pde
Created May 27, 2016 09:13 — forked from jordanorelli/gif_example.pde
make an animated gif with Processing
import gifAnimation.*;
GifMaker gifExport;
int frames = 0;
int totalFrames = 120;
public void setup() {
smooth();
size(400, 400);