lyze237 / gdx-TinyVG

TinyVG parser and renderer for libGDX
https://svg-to-tvg-server.fly.dev/
Apache License 2.0
25 stars 3 forks source link

Calculate polygon triangles manually #6

Closed lyze237 closed 2 years ago

lyze237 commented 2 years ago

ShapeDrawer spends half the time in computeTriangles. So we should do that manually once instead of letting ShapeDrawer calculate it every time. idea64_dD5Bgt76Gz

lyze237 commented 2 years ago

Implemented in c5786f4

idea64_NY6dgCvuos