Skip to content

Kitware/trame-vtk3d

Repository files navigation

trame-vtk3d

Trame wrapper to WASM bundle of VTK from dicehub

vtk3d.png

License

The trame widget is released under Apache Software License.

Installation

pip install trame-vtk3d

Try out an example

python -m venv .venv
source .venv/bin/activate
pip install trame trame-vuetify trame-vtk3d
python ./examples/camera.py

Development

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 .