Doug Moen
Doug Moen
Fix the project so that it compiles on my machine (Ubuntu 16.04). Simplify the CMakeLists file to remove platform- and compiler- dependent code. Just use the C++11 standard on all...
I would like to use libfive to create a mesh using a signed distance function defined by Curv. But I can't use the existing libfive API, because I can't construct...
### Description [Description of the issue] Sometimes when I start Studio, it dumps core immediately. Most of the time, it starts up okay. [Steps to reproduce] It's happened twice, but...
### Description [Description of the issue] I have a program that doesn't work, that I cannot debug. This issue is about the fact that the Studio window does not display...
### Description [Description of the issue] I exported a 4x4x4 cube as STL. Then I exported a 40x40x40 cube as STL. Both have the same file size. So you are...
CTRL-P and CTRL-N do not work as expected in the head revision. What they should do is move up and down the history list, just like up-arrow and down-arrow. They...
**Describe the bug** 1. If you export a GLTF file with a large number of vertices, the output is corrupted. This appears to be caused by the fact that vertices...
This model, `seam.curv`: ``` union [ cube >> move[1,0,0], cube >> move[-1,0,0] ] ``` In the viewer:  When converted to an STL file using `curv seam.curv -o seam.stl`: ...
The proposal is to rewrite the Curv "viewer" window to use WebGPU, replacing the use of OpenGL. **Rationale:** Currently Curv is stuck at version 3.3 of OpenGL due to MacOS...