I'm new to Processing but over the last couple of days have been creating "decaying" typography consisting of text created from simple triangulation. Using Geomerative, all the points and their coordinates of the text are stored in an array to be used to create the text through a triangulation method. As floating points get nearer to the text they connect to them and drag them away from the lettering creating a "decaying" effect;
I have this working well using geomerative but to my knowledge this doesn't work as a js version, that I'd like to implement as a page on my website.
So overall, is there any way to either a) use geomerative with processing.js or b) create text and store all its point coordinates in an array any other way?