processing
-
fontplate

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;...
chmod +x shodo

chmod +x shodo

 

...

.

.

.

.

.

.

processing + bash

To use your pro­cess­ing sketches with­out the pro­cess­ing ide, e.g. to iclude them in an auto­mated work­flow, you can export your appli­ca­tion from pro­cess­ing. When “Export Appli­ca­tion” is selected from the “File” menu, a dia­log box opens and you can select which plat­forms you want to export to. You may also select if you want...
Text as Interface

Text as Interface

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

processing/Xvfb headless routine

processing/Xvfb headless routine

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