https://github.com/pyvista/pyvistaqt
Qt support for PyVista
https://github.com/pyvista/pyvistaqt
3d-visualization hacktoberfest plotting qtpy vtk
Last synced: 5 months ago
JSON representation
Qt support for PyVista
- Host: GitHub
- URL: https://github.com/pyvista/pyvistaqt
- Owner: pyvista
- License: mit
- Created: 2020-05-14T05:42:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T22:18:03.000Z (5 months ago)
- Last Synced: 2025-05-16T06:03:31.585Z (5 months ago)
- Topics: 3d-visualization, hacktoberfest, plotting, qtpy, vtk
- Language: Python
- Homepage: http://qtdocs.pyvista.org
- Size: 1.46 MB
- Stars: 120
- Watchers: 9
- Forks: 22
- Open Issues: 53
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
#########
PyVistaQt
#########.. image:: https://img.shields.io/pypi/v/pyvistaqt
:target: https://pypi.org/project/pyvistaqt/
:alt: PyPI.. image:: https://img.shields.io/conda/vn/conda-forge/pyvistaqt
:target: https://anaconda.org/conda-forge/pyvistaqt
:alt: conda-forge.. image:: https://dev.azure.com/pyvista/PyVista/_apis/build/status/pyvista.pyvistaqt?branchName=main
:target: https://dev.azure.com/pyvista/PyVista/_build/latest?definitionId=9&branchName=main
:alt: Azure Pipelines.. image:: https://github.com/pyvista/pyvistaqt/actions/workflows/ci.yml/badge.svg?branch=main
:target: https://github.com/pyvista/pyvistaqt/actions?query=branch:main+event:push
:alt: GitHub Actions.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT License.. image:: https://codecov.io/gh/pyvista/pyvistaqt/branch/main/graph/badge.svg
:target: https://codecov.io/gh/pyvista/pyvistaqt
:alt: Codecov.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat
:target: https://timothycrosley.github.io/isort
:alt: isort.. image:: https://img.shields.io/badge/%20linter-pylint-%231674b1?style=flat
:target: https://github.com/PyCQA/pylint
:alt: pylint.. image:: https://img.shields.io/badge/%20type_checker-mypy-%231674b1?style=flat
:target: https://github.com/python/mypy
:alt: mypy.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat
:target: https://github.com/psf/black
:alt: black``pyvistaqt`` is a helper module for ``pyvista`` to enable you to
plot using Qt by placing a vtk-widget into a background renderer.
This can be quite useful when you desire to update your plot in
real-time.Documentation
=============For the installation and usage of this package, please visit the
`PyVistaQt documentation `_.Refer to the `PyVista documentation `_ for detailed
installation and usage details of the core package which is used
alongside this package.For general questions about the project, its applications, or about software
usage, please create a discussion in `pyvista/discussions`_
where the community can collectively address your questions. You are also
welcome to join us on Slack_ or send one of the developers an email.
The project support team can be reached at `info@pyvista.org`_... _pyvista/discussions: https://github.com/pyvista/pyvista/discussions
.. _Slack: http://slack.pyvista.org
.. _info@pyvista.org: mailto:info@pyvista.orgInstallation
============Installation using ``pip`` is::
$ pip install pyvistaqt
To install this package with ``conda`` run::
$ conda install -c conda-forge pyvistaqt
You can also visit `PyPI `_ or
`GitHub `_ to download the source.Once installed, use the ``pyvistaqt.BackgroundPlotter`` like any PyVista
plotter.Contributing
============We absolutely welcome contributions. ``pyvistaqt`` is maintained on a
volunteer basis and thus we need to foster a community that can
support user questions and develop new features to make this software
a useful tool for all users while encouraging every member of the
community to share their ideas. To learn more about contributing to
PyVista, please see the ``pyvista`` `Contributing Guide`_ and
`Code of Conduct`_... _Contributing Guide: https://github.com/pyvista/pyvista/blob/main/CONTRIBUTING.md
.. _Code of Conduct: https://github.com/pyvista/pyvista/blob/main/CODE_OF_CONDUCT.md