Giter VIP home page Giter VIP logo

paraview-visualizer's Introduction

Visualizer

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 ~

paraview-visualizer's People

Contributors

jourdain avatar psavery avatar actions-user avatar jwindgassen avatar earlsioson avatar anshakeel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.