Recommendation for triangulation library #103
-
Hi @wezm Thanks for answering my previous questions, I was able to implement glyph layout and placement correctly. I was looking for a triangulation library, I have tried delaunay2d and delaunator but I am unable to achieve a correct triangulation of a glyph. Below an Arabic glyph I was hoping to ask for your recommendation on the topic and if you can mention a library to use for glyph triangulation or a tutorial that discuss a technique to perform glyph triangulation correctly. Thank you for your time, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sorry this is not something I have experience with. I assume triangulation is in service of GPU rendering? If so, both Raph Levien and Nical have done work on rendering 2D shapes on GPUs, perhaps that is useful?
|
Beta Was this translation helpful? Give feedback.
-
Thank you, Yes I need it for GPU rendering. Seems exactly what I'm looking for. Thanks again. |
Beta Was this translation helpful? Give feedback.
Sorry this is not something I have experience with. I assume triangulation is in service of GPU rendering? If so, both Raph Levien and Nical have done work on rendering 2D shapes on GPUs, perhaps that is useful?