Registry / utility / openvdb

openvdb

JSON →
library12.0.1vcpkgunverified

Sparse volume data structure and tools

vcpkg install openvdb
INSTALL
IMPORT
SIG · OPENVDB
O
openvdb
utilitycppv12.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

openvdb/openvdb.h
#include <openvdb/openvdb.h>

Initialize OpenVDB and create a float grid

#include <openvdb/openvdb.h> #include <iostream> int main() { openvdb::initialize(); openvdb::FloatGrid::Ptr grid = openvdb::FloatGrid::create(); std::cout << "OpenVDB grid created\n"; return 0; }
Debug
Known issues
breakingOpenVDB requires C++17 or later
fix
Set CMAKE_CXX_STANDARD to 17 or higher in your CMakeLists.txt
affects: >=12.0
Upgrade
Version history
12.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
4
Meta
2
Amazon
1
Resources

No resource links recorded.

openvdb — pip install openvdb · libregistry