Coder Social home page Coder Social logo

ureternalreward / openvdb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from academysoftwarefoundation/openvdb

0.0 0.0 0.0 22.39 MB

OpenVDB - Sparse volume data structure and tools

Home Page: http://www.openvdb.org/

License: Mozilla Public License 2.0

Shell 0.11% C++ 89.81% Python 0.26% C 1.26% PowerShell 0.05% Mathematica 3.85% Cuda 1.58% QML 0.01% CMake 1.71% Batchfile 1.11% Yacc 0.14% Lex 0.09% NASL 0.02%

openvdb's Introduction

OpenVDB

OpenVDB AX Nano Houdini License CII
core ax nano hou License CII Best Practices

Website | Discussion Forum | Documentation | Releases | License | Slack

OpenVDB is an open source C++ library comprising a novel 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.

Development Repository

This GitHub repository hosts the trunk of the OpenVDB development. This implies that it is the newest public version with the latest features and bug fixes. However, it also means that it has not undergone a lot of testing and is generally less stable than the production releases.

License

OpenVDB is released under the Mozilla Public License Version 2.0, which is a free, open source software license developed and maintained by the Mozilla Foundation.

The trademarks of any contributor to this project may not be used in association with the project without the contributor's express permission.

Contributing

OpenVDB welcomes contributions to the OpenVDB project. Please refer to the contribution guidelines for details on how to make a contribution.


Developer Quick Start

The following provides basic installation examples for the core OpenVDB library. Other components, such as the python module, OpenVDB AX, NanoVDB and various executables, may require additional dependencies. See the build documentation for help with installations.

Linux/MacOS
# Linux
# @note If your distribution does not have required versions, consider using
#   apt pinning. See the dependency documentation for more details.
apt-get install -y libboost-iostreams-dev
apt-get install -y libtbb-dev
apt-get install -y libblosc-dev

# MacOS
# @note We are using homebrew in this example to install requried dependencies
#  https://brew.sh/
brew install boost
brew install tbb
brew install c-blosc
git clone [email protected]:AcademySoftwareFoundation/openvdb.git
cd openvdb
mkdir build
cd build
cmake ..
make -j4 && make install
Windows

Note that the following commands have only been tested for 64bit systems/libraries. It is recommended to set the VCPKG_DEFAULT_TRIPLET environment variable to x64-windows to use 64-bit libraries by default. You will also require Visual Studio (for the MSVC C++ runtime and compiler toolchains), CMake and optionally vcpkg for the installation of OpenVDB's dependencies.

vcpkg install zlib:x64-windows
vcpkg install blosc:x64-windows
vcpkg install tbb:x64-windows
vcpkg install boost-iostreams:x64-windows
vcpkg install boost-any:x64-windows
vcpkg install boost-algorithm:x64-windows
vcpkg install boost-interprocess:x64-windows
git clone [email protected]:AcademySoftwareFoundation/openvdb.git
cd openvdb
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=<PATH_TO_VCPKG>\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -A x64 ..
cmake --build . --parallel 4 --config Release --target install

Building OpenVDB AX and NanoVDB

OpenVDB AX depends on the core OpenVDB library. NanoVDB can be built with and without OpenVDB support. Note that NanoVDB has its own build instructions, see the NanoVDB build documentation for details.

The following variables can be passed to the cmake configure command. There are more optional VDB components, see the build documentation for a complete list.

Option Details
-D OPENVDB_BUILD_AX=ON to enable OpenVDB AX
-D OPENVDB_BUILD_NANOVDB=ON to enable NanoVDB
-D NANOVDB_USE_OPENVDB=ON to use OpenVDB in NanoVDB

openvdb's People

Contributors

danrbailey avatar idclip avatar jmlait avatar pcucka avatar openvdb-devteam avatar apradhana avatar kmuseth avatar ghurstunither avatar nyue avatar e4lam avatar richhones avatar jmertic avatar plattfot avatar tom-cnops avatar nachovizzo avatar davvid avatar cary-ilm avatar mehdichinoune avatar zxiiro avatar benfrantzdale avatar brechtvl avatar malaterre avatar gaida-exe avatar swinslow avatar 3descape avatar jdumas avatar luc35b avatar bpmckinnon avatar jeffbradley-dreamworks avatar nbickford-nv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.