Metadata-Version: 2.1
Name: trame-vtk3d
Version: 0.1.0
Summary: Trame wrapper to WASM bundle of VTK from dicehub
Author: Kitware Inc.
License: Apache Software License
Keywords: Python,Interactive,Web,Application,Framework
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
License-File: LICENSE

===========
trame-vtk3d
===========

Trame wrapper to WASM bundle of VTK from `dicehub <https://dicehub.com/welcome>`_

License
--------

The trame widget is released under Apache Software License.

Installation
-------------

.. code-block:: console

    pip install trame-vtk3d


Development
------------
Build and install the Vue components

.. code-block:: console

    cd vue-components
    npm i
    npm run build
    cd -

Install the application

.. code-block:: console

    pip install -e .
