
fontplate
import geomerative.*; import processing.pdf.*; RFont lfont; RShape lshape; RGroup lgroup; RPoint[][] lpoints; RMatrix mat; PShape[] ImaginaryTools; String ltext[] = loadStrings("i/free/voice/voice.txt"); String svglist[] = loadStrings("i/free/svg/load.list"); float x,y,xprev,yprev,randy,a; float scalefactor,lineheight; int indent; int textHeight = 800; int v; int[] alreadytaken = new int[svglist.length]; // NUMBER OF SIMPLE SVGS int sn = 20;...
processing + bash
To use your processing sketches without the processing ide, e.g. to iclude them in an automated workflow, you can export your application from processing. When “Export Application” is selected from the “File” menu, a dialog box opens and you can select which platforms you want to export to. You may also select if you want...

Text as Interface
Text is not necessarily the highest performing format; it's only the most common one. *

processing/Xvfb headless routine
This workaround enables processing applications to run on a linux machine with no graphical user interface e.g. a server.