Describe something you’ve made
Hi everyone!
I’m excited to share pyvista-js, a new library that brings the intuitive API of PyVista to the browser via vtk.js.
It is specifically designed to work seamlessly in WASM environments like stlite and JupyterLite, making complex 3D visualization accessible without a dedicated backend server.
Why pyvista-js?
While PyVista is powerful, rendering interactive 3D graphics in a purely client-side environment (like stlite) has been a challenge. pyvista-js bridges this gap by providing a familiar Pythonic API that feels like PyVista but runs entirely on vtk.js.

