An implementation of openvdb in javascript.
The c++ version is nearly impossible to build on every platform, so my goal here is to prove out an implementation in JS.
git clone https://github.com/tmpvar/vdb-js
cd vdb-js
npm install
npm run demos-1d
Use the arrow keys to zoom / pan. Data can be modified by clicking the mouse
npm run demos-2d
Use the arrow keys to zoom / pan. Data can be modified by clicking the mouse
npm run demos-3d
Use the mouse to control the orbit camera: drag to orient and scroll to zoom


