Skip to content

Instantly share code, notes, and snippets.

@hpeikemo
hpeikemo / gist:5052363
Created February 27, 2013 22:20
Connecting, a very simple processing experiment.
int l = 100;
PVector[] p = new PVector[l];
int s = 500;
size(s, s, P2D);
smooth();
background(0xffffff);
for(int i=0;i<l;i++) {
p[i] = new PVector( random(s*3)-s, random(s*3)-s );
/*
* Customize Footnotify on your site by adding custom css.
*
* This file is NOT loaded by the script and must be
* implemented on the site in order to apply.
*
* More info: https://gist.github.com/1046538
*
*/
Testing
gist.