Skip to content

PlumpMath/vdb-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vdb-js

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.

demos

git clone https://github.com/tmpvar/vdb-js
cd vdb-js
npm install

1D

npm run demos-1d

1d-vdb-js

Use the arrow keys to zoom / pan. Data can be modified by clicking the mouse

2D

npm run demos-2d

2d-vdb-js

Use the arrow keys to zoom / pan. Data can be modified by clicking the mouse

3D

npm run demos-3d

vdbjs-3d

Use the mouse to control the orbit camera: drag to orient and scroll to zoom

About

An implementation of openvdb in javascript

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%