Doug Moen

Results 18 issues of 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...

discussion

### 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...

bug
gui
linux

### 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...

enhancement
gui

### 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...

bug
kernel

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...

wontfix
information

**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...

help wanted

This model, `seam.curv`: ``` union [ cube >> move[1,0,0], cube >> move[-1,0,0] ] ``` In the viewer: ![image](https://user-images.githubusercontent.com/5274273/135546010-7d0f10fb-2bd5-453f-be63-208528de1054.png) When converted to an STL file using `curv seam.curv -o seam.stl`: ![image](https://user-images.githubusercontent.com/5274273/135545873-2026f48a-6279-4b69-a473-5a257d1512fc.png)...

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...

help wanted