Is it possible for Processing to read the point coordinates of paths in illustrator?
I want to play with path points in Processing without having to manually set the coordinates of each point.
If you save an SVG in Illustrator then I believe you could retrieve points from a PShape.
You can also use Processing to save mouse point coordinates to eg a CSV file. That is a quick Processing sketch -- click points, save the coordinates to CSV. Then your other sketch (or the same sketch) could load the point list for drawing mode.
Answers
If you save an SVG in Illustrator then I believe you could retrieve points from a PShape.
You can also use Processing to save mouse point coordinates to eg a CSV file. That is a quick Processing sketch -- click points, save the coordinates to CSV. Then your other sketch (or the same sketch) could load the point list for drawing mode.