Web frontend to ParaView
Project description
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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pv_visualizer-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e2dc1bb5c4f3dda15379e25d6285c66b9f9472b1c3a0daf369de21b75228b68 |
|
MD5 | d517b0a760820b5c7bb69ed8ae514de5 |
|
BLAKE2b-256 | 9c4f237389305b5c17ba78215b476f759fdf7c113e750dd1331d59b7d9720f17 |