This project provides a solution to render pyvista 3D Visualizations on QML-based UI. QQuickFramebufferObject(QmlFbo) registers as a QML type so that we can bind the python class to the QML component.
PyVista is a popular visualisation package for Python which leverages VTK. Since VTK is a C++ library, with no native WASM build, PyVista requires a server in order to run. This package is an attempt ...