manifold icon indicating copy to clipboard operation
manifold copied to clipboard

Geometry library for topological robustness

Results 63 manifold issues
Sort by recently updated
recently updated
newest added

For blender we use the released tgz's of projects rather than cloning from git (for compliance reasons no code can be downloaded during a build, so git, git sub-modules and...

This is a stellar project, I love it! I originally came here looking for a replacement for OpenSCAD's proprietary language. And I found a little gem :) Now, here's a...

This refactor will aid #823 - by removing zip iterators all we'll need is a counting iterator, which will reduce the amount of Thrust we rely on. Frankly, I also...

Start implementing #809 Some blockers: 1. `copy_if` with stencil. 2. `transform_reduce` but it should be easy to work around. 3. `reduce_by_key`. and some utilities provided by thrust.

still a long way to go... 1. Halfedges 2. collider 3. Track performance changes as well

enhancement
breaking change

Hello, I've opened an issue in the [VCPKG repo[]( https://github.com/microsoft/vcpkg/issues/38066) to get this nice library integrated in the packaging system that i use most often. It would be very convenient...

enhancement

We've been getting more requests to have just core Manifold functionality (usually Booleans) with minimal dependencies (like Clipper, convex hulls, SDFs, etc). Our code is largely already partitioned this way,...

enhancement

We did a fair bit of work to ensure Manifold worked with exceptions disabled, but I'm concerned that may have been broken in the time since. First step is to...

bug

Thrust is now deprecated, and we've been wanting to move off it for awhile anyway since we're no longer using CUDA. Thrust is turning in CCCL - getting more integrated...

These changes are a step towards unlocking an [out-of-tree build](https://pyodide.org/en/stable/development/building-and-testing-packages.html) of Manifold for [Pyodide](https://pyodide.org/en/stable/). (Includes a workaround for https://github.com/oneapi-src/oneTBB/pull/1391, which could be retired once that PR is merged.) EXCEPT: the...