voxcity.visualizer

Visualization subpackage.

All exports resolve lazily (PEP 562): importing this package costs nothing until an attribute is touched, so packages that import voxcity.visualizer submodules (e.g. the generator) do not pay for pyvista/plotly/taichi.

GPU renderer attributes (GPURenderer etc.) resolve to None when taichi is not installed, preserving the previous try/except behavior.

Submodules

Attributes

Functions

Package Contents

voxcity.visualizer.__all__
voxcity.visualizer.__getattr__(name)[source]
voxcity.visualizer.__dir__()[source]