dendro
dendro copied to clipboard
volumetric modeling for grasshopper built on top of openvdb
Hey there! This adds support for MacOS. I've tested this on Rhino 7 and Rhino 8, on a Mac running Sonoma on Apple Silicon. .NET Framework 4.8 isn't supported on...
@snabela, @ryein, @SamuelAl thanks for putting this great library together! I'm trying to find a way either in Dendro or OpenVDB to convert a mesh to volume with a custom...
Building OpenVDB and its dependencies can be a time consuming chore. Doing that with a package manager like vcpkg would be much easier, is more portable than a binary zip...
When compiling with I'm receiving an error that reads as follows "error : This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download...
Closes issue: https://github.com/ryein/dendro/issues/22#issue-3551552776
Unfortunately, the described build process / installation didn’t work for me on an M4 Macbook with Rhino 7. The plugin installs successfully, but when using the components, the .dylib appears...
Some recently merged tools in the OpenVDB repo that seem relevant to this repo: `tools::createLevelSetDilatedMesh` found [here](https://github.com/AcademySoftwareFoundation/openvdb/blob/master/openvdb/openvdb/tools/LevelSetDilatedMesh.h). `tools::createLevelSetCapsule, tools::createLevelSetTaperedCapsule, tools::createLevelSetTubeComplex` found [here](https://github.com/AcademySoftwareFoundation/openvdb/blob/master/openvdb/openvdb/tools/LevelSetTubes.h). -------- I wonder if [`CreateFromCurves`](https://github.com/ryein/dendro/blob/master/DendroGH/Classes/DendroVolume.cs#L493) could discretize curves...