--- id: pyvistaqt version: "0.12.0" license: MIT license_treatment: permissive maintenance: active --- # pyvistaqt — pyvista qt plotter License: permissive · Maintenance: active · Downloads: 248.3K/mo ## What it is and what it does PyVistaQt is a helper module that bridges PyVista (a VTK visualization library) with Qt GUI frameworks. It provides a BackgroundPlotter class that embeds VTK rendering into Qt applications, enabling you to build interactive 3D visualization interfaces with real-time plot updates. The package wraps VTK's rendering pipeline to work seamlessly within Qt's event loop, so your plots stay responsive while you manipulate them or update data. The package depends on pyvista for the core 3D visualization and mesh handling, and QtPy as an abstraction layer over Qt bindings (PySide6 or PyQt6). It's maintained actively by the PyVista community and supports modern Python versions (3.10 through 3.14). The low install friction and permissive MIT license make it straightforward to add to existing projects. Use it for: - Build desktop applications that display and interactively manipulate 3D meshes or point clouds in real-time. - Embed live 3D visualization panels in scientific or engineering software built on Qt. - Create data exploration tools that update 3D plots as parameters change without blocking the UI. - Integrate VTK rendering into PyQt or PySide-based GUIs for CAD, simulation, or medical imaging workflows. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. PyVistaQt integrates VTK 3D visualization with Qt GUI frameworks, letting you embed interactive 3D plots in Qt applications and update them in real-time. Yes. PyVistaQt is actively maintained, has no known vulnerabilities, low install friction, and a permissive license. Install it if you need to embed interactive 3D VTK plots in a Qt application. The only prerequisite is ensuring you have a Qt binding (PySide6 or PyQt6) available in your environment. ## Install pip install pyvistaqt uv add pyvistaqt poetry add pyvistaqt ## Installing pyvistaqt Before you install: Low friction: pure Python wheel with only two runtime dependencies (pyvista and QtPy). Active maintenance with a release 43 days ago and recent commits. License in practice: MIT license permits unrestricted use, modification, and distribution in commercial and private projects with minimal attribution requirements. Quickstart: pip install pyvistaqt from pyvistaqt import BackgroundPlotter plotter = BackgroundPlotter() plotter.add_mesh(mesh) plotter.show() Requires Python 3.10 or later and a Qt binding (PySide6 or PyQt6) installed separately. Verify before relying: - Whether PySide6 or PyQt6 must be installed separately or are pulled in transitively through QtPy. - Performance characteristics when updating plots at high frequency or with large meshes. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 248.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags vtk qt visualization, 3d plotting qt gui, pyvista qt integration, real-time 3d plots, vtk widget qt, interactive mesh plotting, 3d-visualization, qt-integration, scientific-computing [View on SkillFed](https://skillfed.io/packages/pyvistaqt) · [View on PyPI](https://pypi.org/project/pyvistaqt/)