-
|
Say I write some C++ code and run it and now there's a Manifold object in memory. How would you go about visualizing this object as you iterate on the code? I'm considering shelling out to |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Currently, I just export the mesh as an |
Beta Was this translation helpful? Give feedback.
-
|
I tend to use meshlab, which I believe has a Linux version. Though honestly I mostly use manifoldcad.org now because it's so much quicker to iterate. Depends how much you love C++, I suppose. |
Beta Was this translation helpful? Give feedback.
-
You can use the libf3d in C++ :) |
Beta Was this translation helpful? Give feedback.
Currently, I just export the mesh as an
objand load it with f3d.