import processing.opengl.*; PiPoint[] pipoints; int refresh = 15; int curline = 0; int curchar = 0; float offset = 0; String thePi[]; void setup(){ smooth(); noStroke(); thePi = loadStrings("1000000.txt"); println("there are " + thePi.length + " lines"); background(200); size(500,500, OPENGL); camera(0,-70,55,100,0,0,0,1,0); PFont font; // The font must be located in the sketch's // "data" directory to load successfully font = loadFont("CenturyGothic-16.vlw"); textFont(font); fill(0, 102, 153); pipoints = new PiPoint[80]; for (int i=0; i