This is a (hopefully) sensible build of ASFW's OpenVDB library for sparse volumetric data. Differently from what suggested in the official README, this repo assumes no system dependencies other than git, CMake and a suitable C++ toolchain. For any references, here's the link to the official documentation.
This build produces two shared libraries (openvdb
and tbb
).
Other dependencies are statically linked into openvdb
.
- Linux g++ (GCC) 13.2.1
- Debug
- Release
- Windows MSVC
- Debug
- Release
- Windows MinGW
- Debug
- Release
Since this repo is merely a few lines of CMake "glue" over the code of others, I have chosen to inherit the most restrictive license of all the dependent projects. However, IANAL, so feel free to raise an issue if you believe that this should be changed.