Nevsden

Results 5 issues of Nevsden

When trying to install the `gltf-viewer` with `cargo install gltf-viewer` I got the following error. I already tried to find similar problems by browsing issues within this project and the...

Per use request, we would like to built a 2D viewer for rendering of toolpaths for 3D printing where the user looks at the current layer from the top-view in...

I might be wrong, but I think here a simple return of the input hatching is missing? https://github.com/drlukeparry/pyslm/blob/2046afedb881f7e800bdc0776374d56be64cb4b7/pyslm/hatching/sorting.py#L38

So I am running the `cargo flamegraph` command together with the example and root flag. The curious thing is, sometimes the command works, but most often it does not and...

Could we add fairness criteria to the `EdgeDecimator` module? An idea would be to only allow removal of edges, which do not lead to degenerate triangle shapes. https://graphics.stanford.edu/courses/cs468-10-fall/LectureSlides/08_Simplification.pdf Slide 54