Roberto Pesando

Results 2 issues of Roberto Pesando

Hello, Thanks for this awesome library. We're using it to do some mesh processing. We have some issues using hausdorff distance. The script keeps increasing used memory, without any drop....

bug

Hello everybody, I would like to easily add a SVG Group during drawing, I found the following method: ```js let g = P5.SVGElement.create("g"); rootGroup.appendChild(g.elt); ctx.__currentElement = g.elt; ``` where P5...

Feature