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