Skip to content

Instantly share code, notes, and snippets.

View anilsemizoglu's full-sized avatar

Anil Semizoglu anilsemizoglu

View GitHub Profile
@anilsemizoglu
anilsemizoglu / circles.pde
Last active August 29, 2015 14:20
A Processing Sketch
import gifAnimation.*;
GifMaker gifExport;
// total_frames determine how many frames will be in the gif
int frames = 0, total_frames = 10,
randx, randy, radius;
public void setup(){
size(1200,900);
background(255);