Viser¶
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!
Jupyter notebook compatibility
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.
Install with:
pip install viser
Demo reel:
To cite Viser, you can use the BibTeX entry for our technical report:
@article{yi2025viser,
title={Viser: Imperative, web-based 3d visualization in python},
author={Yi, Brent and Kim, Chung Min and Kerr, Justin and Wu, Gina and Feng, Rebecca and Zhang, Anthony and Kulhanek, Jonas and Choi, Hongsuk and Ma, Yi and Tancik, Matthew and Kanazawa, Angjoo},
journal={arXiv preprint arXiv:2507.22885},
year={2025}
}
Examples¶
Install with: pip install viser[examples]