Skip to content

Unofficial, self-contained build of OpenVDB that can be included in any CMake project without (too much) hassle.

License

Notifications You must be signed in to change notification settings

trwa/BuildOpenVDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build OpenVDB

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.

Build Artifacts

This build produces two shared libraries (openvdb and tbb). Other dependencies are statically linked into openvdb.

Supported Platforms

  • Linux g++ (GCC) 13.2.1
    • Debug
    • Release
  • Windows MSVC
    • Debug
    • Release
  • Windows MinGW
    • Debug
    • Release

About the LICENSE

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.

About

Unofficial, self-contained build of OpenVDB that can be included in any CMake project without (too much) hassle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published