OpenVDB

Back to Index

One last step to visualize the results (used by "create_surface_meshes.py" script).

OpenVDB with Python binding can be installed only via pip:

  • pip3 install pyopenvdb
  • conda install -c statiskit libboost_python
If you test the installation with the following, it will return an error:
  • python3 -c "import pyopenvdb as vdb"
This happens because it is looking for the libs in the wrong directories. So, type this before testing again:

  • export LD_LIBRARY_PATH=/home/liliane/miniconda/envs/DeepFluid/lib/python3.7/site-packages:/home/liliane/miniconda/envs/DeepFluid/lib
And, it is done. Probably you will need to type these everytime you reboot.

<- Back

Next ->

No comments:

Post a Comment

Global Game Jam 2024

Wow, what a weekend. The Global Game Jam is intense. But I and 3 other members manage to build a game for the theme "Make me laugh&quo...