Skip to content

Wrapper to the WASM bundle of VTK from dicehub

License

Notifications You must be signed in to change notification settings

dicehub/trame-vtk3d

 
 

Repository files navigation

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 .

About

Wrapper to the WASM bundle of VTK from dicehub

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 72.8%
  • Python 25.1%
  • Shell 2.1%