so working on this got me to realize a lot of generative type is not open source right now... i would like to create a type face using the DLA sketch from FORM + CODE
http://formandcode.com/code-examples/simulate-dla
having the DLA seed out of the outline of the type's shapes.
using geomerative, i got to this point:
but i still can't converts those points to seeds for the diffusion to start from ....
i want it to look like this Photoshop mockup i made
my code is looking like:
//speed varies when particleCount augments
int particleCount = 300000;
Particle[] particles = new Particle[particleCount];