Text Rendering Support #780
cartesian-theatrics
started this conversation in
Ideas
Replies: 2 comments 9 replies
-
I don't think this is considered core operation, but maybe we can add it to the js/python bindings? |
Beta Was this translation helpful? Give feedback.
8 replies
-
Created a small library to support this: https://github.com/SovereignShop/text-to-polygon And was able to integrate it with Manifold without too much trouble. Could create an PR if you're interested. https://github.com/elalish/manifold/compare/master...SovereignShop:manifold:text-support?expand=1 It's very minimal at the moment. The only dependency is freetype, which I'm able to pull with FetchContent. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any thoughts on adding text support? We could consider doing a fairly clean ripoff the OpenSCAD solution based on freetype2.
https://github.com/openscad/openscad/blob/8951c9bf04f4bd807fedc16a8c10d2c4dd4db047/src/core/FreetypeRenderer.cc
Beta Was this translation helpful? Give feedback.
All reactions