Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.13 KB

File metadata and controls

41 lines (26 loc) · 1.13 KB

piv_gui

A project to build a simple GUI that provides visualization of simple flows.

Table of Contents

General Information

  • 'logic.py' is the Python file to run
  • 'input.ui' is the UI file created with Qt Designer
  • 'gui_generator.py' is a Python file that is run to convert 'input.ui' into a Python file
  • 'output.py' is the Python file that was converted from the UI file

Qt Designer is used to quickly iterate any visible parts of the design. The actual code for the flow visualization is then appended and the code is then integrated.

Usage

Developer Installation

Install these packages for running QtDesigner to develop the front-end and to enable the back-end.

conda install -c anaconda pyqt

conda install -c conda-forge matplotlib torchdiffeq

conda install -c pytorch pytorch

Project Status

Project is: in progress

Acknowledgements

Contact