This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |