Skip to main content

Trame widgets which may be used in the Paraview user interface (Pvui)

Project description

Trame widgets which may be used in the Paraview user interface (Pvui)

License

Apache Software License

Features

This package includes the following widgets:

  • Colormapper

  • FileBrowser

  • ServerBrowser

  • InfoPanel

Installing

Build and install the Vue components:

cd vue-components
npm i
npm run build
cd -

Getting Started

Paraview >= 5.11 is a prerequisite to running this application. Go to https://www.paraview.org/download/ for more information. Once Paraview is installed, take note of its file path.

You will also need a python virtual environment with this application and its requirements installed

python3.9 -m venv ~/venvs/trame
source ~/venvs/trame/bin/activate
pip install -e .
deactivate

Running the example apps

To run the example paraview app, use the following

[path_to_paraview]/bin/pvpython example_trame_apps/paraview_app/main.py --venv ~/venvs/trame

To run the example vtk app (which hosts the colormapper widget), use the following

python3 example_trame_apps/vtk_app/main.py

Contributing

see CONTRIBUTING.rst

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trame-pvui-0.1.1.tar.gz (1.1 MB view hashes)

Uploaded Source

Built Distribution

trame_pvui-0.1.1-py3-none-any.whl (1.1 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page