Particle[] particles; int numParticles = 10000; boolean lines = false; int w = 400; int h = 400; void setup() { size(w, h); background(0); particles = new Particle[numParticles]; for(int i=0;i