Closed williamngan closed 2 years ago
Thanks for including Pts.js in your benchmarks.
These are my suggestions to update the demo code: Draw rectangles (form.rect()) instead of polygons (form.polygon()), and some other minor updates using typical Pts functions.
form.rect()
form.polygon()
Thanks a lot @williamngan! Pts.js is really a cool library. I feel like it's a good choice to do some generative art
Thanks for including Pts.js in your benchmarks.
These are my suggestions to update the demo code: Draw rectangles (
form.rect()
) instead of polygons (form.polygon()
), and some other minor updates using typical Pts functions.