-
Hi, I am on archlinux, updated, and the compilation fail :
```
checking that the build tools exist
Checking for /bin/sh (bash (or another shell))... found.
Checking for echo (coreutils)... found.…
-
# Creation of benchmarks for the benchmarks server
This document is a compilation of benchmarks suggested by maintainers and contributors from all areas of the engine.
Our goal is to create a li…
reduz updated
4 months ago
-
Is it possible, given instance of `DelaunayTriangle`, to retrieve indexes of original points, making its vertices? For example, if we added 20 points, and first triangle is made by points (3), (5) and…
-
The [join points paper](https://www.microsoft.com/en-us/research/publication/compiling-without-continuations/) suggests that it may now be possible to avoid the need for `Skip` altogether. It would be…
-
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 …
-
**Environment**
Compiling on Void Linux, using "systems with older or missing dependencies", and then "Compiling" instructions.
**Issue**
When compiling an infinite loop of the following error is…
-
Hi, everyone! May I ask which convex hull algorithm is this package based on (Are there any references?)? And what are the differences between this package and the convex hull algorithm introduced [he…
-
I've created a Swift Package for Manifold so it can be easily used in Xcode: https://github.com/audulus/manifold/tree/spm2. Note the *spm2* branch.
I'd like to submit it as a PR, but I had to move …
-
-
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 cmake's `FetchContent` just…