We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Are there any attempts to port the Geomerative library (http://www.ricardmarxer.com/geomerative/) to p5? Or do you know a similar library for JavaScript? I'm mainly looking for the ability to create vector paths out of text and manipulating them. It'd be awesome to be able to do this with p5!
Answers
Just found out that paper.js works really well together with opentype.js which is made for font parsing by the Nodebox creators. With these tools I can achieve similar results like I did with Geomerative!