Skip to main content

Web frontend to ParaView

Project description

Test and Release

Visualizer is a Web frontend to ParaView based on trame. The current project is currently incomplete. You can see it as an alpha version of what it could be. To make it fully functional we need more time and possibly funding. But rather than waiting for it to be ready to release it, we are putting it out there as it does provide some very good example of what can be done with ParaView and trame.

If you would like us to push it forward or want some help creating something similar, feel free to reach out to kitware so we can see how we can help you.

image_1 image_2 image_3

License

This software is distributed under a BSD-3 license

Installing for Development

Build and install the Vue components

export NODE_OPTIONS=--openssl-legacy-provider
cd vue-components
npm i
npm run build
cd -

Create a virtual environment to use with your ParaView 5.10+

python3.9 -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
pip install -e .

Installing from release

Create a virtual environment to use with your ParaView 5.10+

python3.9 -m venv .venv
source .venv/bin/activate
python -m pip install -U pip pv-visualizer

Running the application

Run the application using ParaView: pvpython executable

export PVPYTHON=/Applications/ParaView-5.10.0.app/Contents/bin/pvpython # Using macOS install path as example
export PV_VENV=$PWD/.venv
export TRAME_APP=pv_visualizer.app

$PVPYTHON -m paraview.apps.trame --data ~

Or you can use command line arguments instead of environment variables

$PVPYTHON -m paraview.apps.trame \
    --venv $PWD/.venv \
    --trame-app pv_visualizer.app \
    --data ~

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

pv-visualizer-0.1.5.tar.gz (381.3 kB view details)

Uploaded Source

Built Distribution

pv_visualizer-0.1.5-py3-none-any.whl (396.7 kB view details)

Uploaded Python 3

File details

Details for the file pv-visualizer-0.1.5.tar.gz.

File metadata

  • Download URL: pv-visualizer-0.1.5.tar.gz
  • Upload date:
  • Size: 381.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/40.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.4 tqdm/4.65.0 importlib-metadata/6.8.0 keyring/24.2.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.12

File hashes

Hashes for pv-visualizer-0.1.5.tar.gz
Algorithm Hash digest
SHA256 56adcaaa53b2f46bb01c1b0c7cd062f7b12678006361cf135bbe00a91db95aa6
MD5 05cf5a17c4215ba226b8ef6d95f384f6
BLAKE2b-256 14e2234f310ea956acc0a0500cab55d85e32c064f801c45e8c4eb12e26e450ee

See more details on using hashes here.

File details

Details for the file pv_visualizer-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: pv_visualizer-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 396.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/40.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.4 tqdm/4.65.0 importlib-metadata/6.8.0 keyring/24.2.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.12

File hashes

Hashes for pv_visualizer-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 19946440c184c92aa56abcddf11b2fa45b5bc43549f9b2f0772a7931fd4add34
MD5 dd28864eb3c7e49637960660ad42b54c
BLAKE2b-256 276d72c68ac2c0c4642c861d862e46a68ddd99c8193008e5e8a1d0ae88c54f20

See more details on using hashes here.

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