Little standalone Python program for visualizing .vtk files, using PyQT5.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- vtk
- PyQt5
conda install -c anaconda vtk
conda install -c anaconda pyqt
Change the file location at line 331-332 of the code like :
reader=vtk.vtkStructuredPointsReader()
reader.SetFileName("<your_file.vtk>")
- Python3 - Language chosen
- vtk - Used to read specific .vtk files
- PyQt5 - Used to build the interface
- Sébastien Gradit - Initial work - sebgra's github
- Matteo Bovio - Initial work
See also the list of contributors who participated in this project.
This project is not under any license
