Skip to content

Instantly share code, notes, and snippets.

@tboydar
Created March 8, 2021 11:54
Show Gist options
  • Save tboydar/a6820046e443aa31878e9e66b4975aad to your computer and use it in GitHub Desktop.
Save tboydar/a6820046e443aa31878e9e66b4975aad to your computer and use it in GitHub Desktop.
processing 030801
size(200,200);
line(random(200),random(200),random(200),random(200));
line(random(200),random(200),random(200),random(200));
line(random(200),random(200),random(200),random(200));
line(random(200),random(200),random(200),random(200));
line(random(200),random(200),random(200),random(200));
line(random(200),random(200),random(200),random(200));
saveFrame("dar_0308a.jpg");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment