Trame wrapper to WASM bundle of VTK from dicehub
The trame widget is released under Apache Software License.
pip install trame-vtk3d
python -m venv .venv
source .venv/bin/activate
pip install trame trame-vuetify trame-vtk3d
python ./examples/camera.py
Build and install the Vue components
cd vue-components
npm i
npm run build
cd -
Fetch vtk3d (JS+WASM)
./.fetch_externals.sh
Install the python package
pip install .