Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitware/veracore
https://github.com/kitware/veracore
trame trame-app vtk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitware/veracore
- Owner: Kitware
- License: other
- Created: 2022-09-06T20:43:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T15:36:12.000Z (4 months ago)
- Last Synced: 2024-09-17T19:10:21.573Z (4 months ago)
- Topics: trame, trame-app, vtk
- Language: Python
- Homepage:
- Size: 475 KB
- Stars: 10
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
VERACore
========================================VERACore is a Python application for visualization and engineering analyses of output data from VERA (Virtual Environment for Reactor Applications).
Implemented in Python, it provides instantaneous 2D and 3D images, 1D plots, and alphanumeric data from VERA multi-physics simulations.For an interactive online example, see `here `_.
Installing
----------------------------------------VERACore can be installed via pip and can run locally or deployed as a service.
To use it locally within a virtual environment, you can run the following commands:.. code-block:: console
python3 -m venv ./vera-env
source ./vera-env/bin/activate
pip install -U pip
pip install vera-corevera-core --data
Development
----------------------------------------Setup a virtual environment with a modern Python 3.
.. code-block:: console
python3 -m venv ./vera-env
source ./vera-env/bin/activate
pip install -U pipGet the code base and build its widgets
.. code-block:: console
git clone [email protected]:Kitware/VERACore.git
cd VERACore# Build the custom UI widgets
cd vue-components
npm i
npm run build
cd ..# Install local repository into your venv
pip install -e .Run the application to test out your changes
.. code-block:: console
vera-core --server
Licensing
----------------------------------------VERACore is provided as an open source solution and follows the `Apache Software License `_