{"id":20399825,"url":"https://github.com/kitware/paraview-visualizer","last_synced_at":"2025-04-12T13:41:49.631Z","repository":{"id":37274032,"uuid":"454853257","full_name":"Kitware/paraview-visualizer","owner":"Kitware","description":"Web frontend to ParaView based on trame","archived":false,"fork":false,"pushed_at":"2023-07-26T15:36:34.000Z","size":5004,"stargazers_count":32,"open_issues_count":9,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-09T07:48:58.309Z","etag":null,"topics":["trame","trame-app"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kitware.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-02T16:35:57.000Z","updated_at":"2024-10-29T06:22:10.000Z","dependencies_parsed_at":"2022-08-08T20:00:44.804Z","dependency_job_id":null,"html_url":"https://github.com/Kitware/paraview-visualizer","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2Fparaview-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2Fparaview-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2Fparaview-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2Fparaview-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kitware","download_url":"https://codeload.github.com/Kitware/paraview-visualizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224732128,"owners_count":17360416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["trame","trame-app"],"created_at":"2024-11-15T04:34:05.794Z","updated_at":"2024-11-15T04:34:06.406Z","avatar_url":"https://github.com/Kitware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==========\nVisualizer\n==========\n\n.. image:: https://github.com/Kitware/paraview-visualizer/actions/workflows/test_and_release.yml/badge.svg\n    :target: https://github.com/Kitware/paraview-visualizer/actions/workflows/test_and_release.yml\n    :alt: Test and Release\n\nVisualizer is a Web frontend to ParaView based on trame. The current project is currently incomplete.\nYou can see it as an alpha version of what it could be. To make it fully functional we need more time and possibly funding.\nBut 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.\n\nIf you would like us to push it forward or want some help creating something similar, feel free to reach out to `kitware \u003chttps://www.kitware.com/contact/\u003e`_ so we can see how we can help you.\n\n|image_1| |image_2| |image_3|\n\n.. |image_1| image:: https://raw.githubusercontent.com/Kitware/paraview-visualizer/master/documentation/gallery/pv_visualizer_00.jpg\n  :width: 30%\n.. |image_2| image:: https://raw.githubusercontent.com/Kitware/paraview-visualizer/master/documentation/gallery/pv_visualizer_01.jpg\n  :width: 30%\n.. |image_3| image:: https://raw.githubusercontent.com/Kitware/paraview-visualizer/master/documentation/gallery/pv_visualizer_02.jpg\n  :width: 30%\n\n\nLicense\n-------\n\nThis software is distributed under a BSD-3 license\n\n\nInstalling for Development\n--------------------------\n\nBuild and install the Vue components\n\n.. code-block:: console\n\n    export NODE_OPTIONS=--openssl-legacy-provider\n    cd vue-components\n    npm i\n    npm run build\n    cd -\n\nCreate a virtual environment to use with your `ParaView 5.10+ \u003chttps://www.paraview.org/download/\u003e`_\n\n.. code-block:: console\n\n    python3.9 -m venv .venv\n    source .venv/bin/activate\n    python -m pip install -U pip\n    pip install -e .\n\nInstalling from release\n-----------------------\n\nCreate a virtual environment to use with your `ParaView 5.10+ \u003chttps://www.paraview.org/download/\u003e`_\n\n.. code-block:: console\n\n    python3.9 -m venv .venv\n    source .venv/bin/activate\n    python -m pip install -U pip pv-visualizer\n\nRunning the application\n-----------------------\n\nRun the application using `ParaView: pvpython \u003chttps://www.paraview.org/\u003e`_ executable\n\n.. code-block:: console\n\n    export PVPYTHON=/Applications/ParaView-5.10.0.app/Contents/bin/pvpython # Using macOS install path as example\n    export PV_VENV=$PWD/.venv\n    export TRAME_APP=pv_visualizer.app\n\n    $PVPYTHON -m paraview.apps.trame --data ~\n\nOr you can use command line arguments instead of environment variables\n\n.. code-block:: console\n\n    $PVPYTHON -m paraview.apps.trame \\\n        --venv $PWD/.venv \\\n        --trame-app pv_visualizer.app \\\n        --data ~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitware%2Fparaview-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitware%2Fparaview-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitware%2Fparaview-visualizer/lists"}