pyvista-js: PyVista-like 3D visualization for stlite / vtk.js #1927
tkoyama010
started this conversation in
Show and tell
Replies: 1 comment 2 replies
|
Hey @tkoyama010 this is amazing. Thank you for sharing it! The sample source code is here https://github.com/tkoyama010/pyvista-js/tree/main/stlite ? I also ported it into Stlite Sharing as below, and it works! |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions