We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I need to "separate" glyphs, and also glyphs into sub-glyphs.
When one glyph's done I want to skip a line,
% Just having all the points is not enough information, need to know where the skips are
Just need help interpreting the file, got the geometry figured out
Might not even need geomerative for this?
EDIT:
Just one idea, perhaps every skip happens on a point which has already been visited?
If that's the case just the points should be enough information after all.
Seems to be the case
Answers
heres my code, modified Tutorial_07
Managed to render it in shader with anti-aliasing
https://github.com/Prince-Polka/Processing-Sketches/tree/master/Geomerative_shader