String[] lines = new String[]{ "komplexität","netzwerk","analytisch", "system","sinn"," reduzierung","einzelteile","wechsel","wirkung","faszination","forschung","erklärung", "gesetz","paradigmen","universell","ordnung","welt","disziplin","mathematik","zufall","verzweigung", "schablone","knoten","verbindungen","transport","information","kommunikation","zeit","raum","technologie", "masse","entwicklung","chance","risiko","interdisziplinarität","nachhaltigkeit","denken","gesetzmäßigkeit" }; PFont lcd; void setup(){ size (600,600); background(0); lcd = createFont("BlurLight",100); smooth(); } void draw(){ } int counter = 0; void mousePressed(){ background(0); circle (mouseX, mouseY,startIndex,0,0,0,0,TWO_PI); } float startIndex =7; float maxsize = 40; float coerradius = 40; float endRadius = 120; void circle(float x, float y, float index,int r,int g,int b,float ba,float ea){ if (index<1) return; int anzahl=3; float myCoreRadius = coerradius*random(0.5,1.5); for (float i=ba; i