void setup(){ smooth(); size(300,300); background(0); } void draw(){ stroke(#FFFFFF); for(int i=0; i < 200; i =i + 10){ line(i+20,0,i+20,300); } }
This sketch is running as Java applet, exported from Processing.
To tweak this sketch, first download it.
Make your updates, then upload your tweak!
Preview