openvdb 11.0.0
Sparse volume data structure and tools
OpenVDB is a C++ library comprising a hierarchical data structure and a large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It was developed by DreamWorks Animation for use in volumetric applications typically encountered in feature film production.
- Outputs:
out
- Website: https://www.openvdb.org/
- Licenses: MPL 2.0
- Package source: gnu/packages/graphics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install openvdb 11.0.0
as follows:
guix install openvdb@11.0.0
Or install the latest version:
guix install openvdb
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.