Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitware/trame-vtk3d
Wrapper to the WASM bundle of VTK from dicehub
https://github.com/kitware/trame-vtk3d
Last synced: 2 months ago
JSON representation
Wrapper to the WASM bundle of VTK from dicehub
- Host: GitHub
- URL: https://github.com/kitware/trame-vtk3d
- Owner: Kitware
- License: other
- Created: 2024-01-31T17:17:01.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-02T18:04:48.000Z (12 months ago)
- Last Synced: 2024-06-11T20:13:50.143Z (7 months ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===========
trame-vtk3d
===========Trame wrapper to WASM bundle of VTK from `dicehub `_
.. image:: vtk3d.png
License
---------------------The trame widget is released under Apache Software License.
Installation
---------------------.. code-block:: console
pip install trame-vtk3d
Try out an example
---------------------.. code-block:: console
python -m venv .venv
source .venv/bin/activate
pip install trame trame-vuetify trame-vtk3d
python ./examples/camera.pyDevelopment
---------------------Build and install the Vue components
.. code-block:: console
cd vue-components
npm i
npm run build
cd -Fetch vtk3d (JS+WASM)
.. code-block:: console
./.fetch_externals.sh
Install the python package
.. code-block:: console
pip install .