Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 811 Bytes

README.rst

File metadata and controls

53 lines (32 loc) · 811 Bytes

trame-vtk3d

Trame wrapper to WASM bundle of VTK from dicehub

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 .