slaylines / canvas-engines-comparison

Performance comparison of different canvas rendering engines.
https://benchmarks.slaylines.io
MIT License
786 stars 84 forks source link

Update Pts.js demo code #36

Closed williamngan closed 2 years ago

williamngan commented 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.

gnykka commented 2 years ago

Thanks a lot @williamngan! Pts.js is really a cool library. I feel like it's a good choice to do some generative art