ArrayList particles = new ArrayList(); Field flowField; int particleCount = 10000; color backgroundColor = color(255); void setup() { size(1200, 800); frameRate(60); background(backgroundColor); flowField = new Field(new PVector(0, 0), 100, 8, .3); for(int i=0;i