Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
V

viser

> 编程语言
Open source

Web-based 3D visualization in Python

2.7K stars0 likes0 views
WebsiteGitHub

About

Web-based 3D visualization in Python

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! 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](https://arxiv.org/abs/2507.22885). Examples and documentation: https://viser.studio ## Installation You can install `viser` with `pip`: ```bash 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](https://viser.studio/). ## Citation To cite Viser in your work, you can use the BibTeX for our [technical report](https://arxiv.org/abs/2507.22885): ``` @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} } ``` ## Acknowledgements `viser` is heavily inspired by packages like [Pangolin](https://github.com/stevenlovegrove/Pangolin), [Dear ImGui](https://github.com/ocornut/imgui), [rviz](https://wiki.ros.org/rviz/), [meshcat](https://github.com/rdeits/meshcat), and [Gradio](https://github.com/gradio-app/gradio). The web client is implemented using [React](https://react.dev/), with: - [Vite](https://vitejs.dev/) / [Rollup](https://rollupjs.org/) for bundling - [three.js](https://threejs.org/) via [react-three-fiber](https://github.com/pmndrs/react-three-fiber) and [drei](https://github.com/pmndrs/drei) - [Mantine](https://mantine.dev/) for UI components - [vanilla-extract](https://vanilla-extract.style/) for stylesheets Thanks to the authors of these projects for open-sourcing their work!

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •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!
  • •Vite / Rollup for bundling
  • •three.js via react-three-fiber and drei
  • •Mantine for UI components
  • •vanilla-extract for stylesheets

> Tags

Pythonpythonvisualizationweb

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言