PyVista-like API for vtk.js — bring intuitive 3D visualization to the browser.
pip install pyvista-jsFor Pyodide/stlite:
import micropip
await micropip.install("pyvista-js")import pyvista_js as pv
plotter = pv.Plotter()
plotter.add_mesh(pv.Sphere(), color="red")
plotter.show()Enjoying pyvista-js? Show your support with a GitHub star — it's a simple click that means the world to us and helps others discover it, too!
Contributions are welcome! Please open an issue or pull request on GitHub.
This project follows the all-contributors specification. Contributions of any kind welcome!
Tetsuo Koyama 🤔 📖 💻 👀 🐛 |
All Contributors 📖 |
pre-commit 🚧 |
Claude 🐛 |
Dependabot 🚧 |
BSD 3-Clause © Tetsuo Koyama