Manipulating lettering and formulas in Processing.js

The manipulation of lettering seems to be a popular material within Processing sketches. The more advanced stuff calls for the lettering to be loaded not as a font, but as some kind a shape. In Java-mode I've done this with Geomerative. What do folks generally use in JavaScript-mode?

I've managed to get SVG content out of MathJax and with some coercion into Processing.js. This has the advantage of being able to play with formulas in addition to more regular lettering:

http://www.akb.me.uk/equations

Source-code here. I'd be greatful for any feedback you might have for me on this sketch. Thanks.

Sign In or Register to comment.