You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Viser is a 3D visualization library for computer vision and robotics in Python.
Features include:
API for visualizing 3D primitives.
GUI building blocks: buttons, checkboxes, text inputs, sliders, etc.
Scene interaction tools (clicks, selection, transform gizmos).
Programmatic camera control and rendering.
An entirely web-based client, for easy use over SSH!
The goal is to provide primitives that are (1) easy for simple visualization tasks, but (2) can be composed into more elaborate interfaces. For more about design goals, see the technical report.
pip install viser # Core dependencies only.
pip install viser[examples] # To include example dependencies.
That's it! To learn more, we recommend looking at the examples in the documentation.
Citation
To cite Viser in your work, you can use the BibTeX for our technical report:
@misc{yi2025viser,
title={Viser: Imperative, Web-based 3D Visualization in Python},
author={Brent Yi and Chung Min Kim and Justin Kerr and Gina Wu and Rebecca Feng and Anthony Zhang and Jonas Kulhanek and Hongsuk Choi and Yi Ma and Matthew Tancik and Angjoo Kanazawa},
year={2025},
eprint={2507.22885},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2507.22885},
}