{"id":13816183,"url":"https://github.com/nerfstudio-project/viser","last_synced_at":"2025-05-13T22:12:14.887Z","repository":{"id":153094199,"uuid":"566568196","full_name":"nerfstudio-project/viser","owner":"nerfstudio-project","description":"Web-based 3D visualization + Python","archived":false,"fork":false,"pushed_at":"2025-04-23T16:12:07.000Z","size":278229,"stargazers_count":1144,"open_issues_count":66,"forks_count":82,"subscribers_count":30,"default_branch":"main","last_synced_at":"2025-04-30T07:45:04.628Z","etag":null,"topics":["python","visualization","web"],"latest_commit_sha":null,"homepage":"https://viser.studio/main","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nerfstudio-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-16T00:13:51.000Z","updated_at":"2025-04-30T06:25:48.000Z","dependencies_parsed_at":"2025-04-29T19:09:44.767Z","dependency_job_id":null,"html_url":"https://github.com/nerfstudio-project/viser","commit_stats":null,"previous_names":["nerfstudio-project/viser"],"tags_count":76,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerfstudio-project%2Fviser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerfstudio-project%2Fviser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerfstudio-project%2Fviser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerfstudio-project%2Fviser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nerfstudio-project","download_url":"https://codeload.github.com/nerfstudio-project/viser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254036843,"owners_count":22003654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","visualization","web"],"created_at":"2024-08-04T05:00:36.818Z","updated_at":"2025-05-13T22:12:14.855Z","avatar_url":"https://github.com/nerfstudio-project.png","language":"Python","readme":"\u003ch1 align=\"left\"\u003e\n    \u003cimg alt=\"viser logo\" src=\"https://viser.studio/main/_static/logo.svg\" width=\"auto\" height=\"30\" /\u003e\n    viser\n    \u003cimg alt=\"viser logo\" src=\"https://viser.studio/main/_static/logo.svg\" width=\"auto\" height=\"30\" /\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"left\"\u003e\n    \u003cimg alt=\"pyright\" src=\"https://github.com/nerfstudio-project/viser/actions/workflows/pyright.yml/badge.svg\" /\u003e\n    \u003cimg alt=\"typescript-compile\" src=\"https://github.com/nerfstudio-project/viser/actions/workflows/typescript-compile.yml/badge.svg\" /\u003e\n    \u003ca href=\"https://pypi.org/project/viser/\"\u003e\n        \u003cimg alt=\"codecov\" src=\"https://img.shields.io/pypi/pyversions/viser\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n`viser` is a library for interactive 3D visualization in Python.\n\nFeatures include:\n\n- API for visualizing 3D primitives\n- GUI building blocks: buttons, checkboxes, text inputs, sliders, etc.\n- Scene interaction tools (clicks, selection, transform gizmos)\n- Programmatic camera control and rendering\n- An entirely web-based client, for easy use over SSH!\n\nFor usage and API reference, see our \u003ca href=\"https://viser.studio/main\"\u003edocumentation\u003c/a\u003e.\n\n## Installation\n\nYou can install `viser` with `pip`:\n\n```bash\npip install viser\n```\n\nTo include example dependencies:\n\n```bash\npip install viser[examples]\n```\n\nAfter an example script is running, you can connect by navigating to the printed\nURL (default: `http://localhost:8080`).\n\nSee also: our [development docs](https://viser.studio/main/development/).\n\n## Examples\n\n**Point cloud visualization**\n\nhttps://github.com/nerfstudio-project/viser/assets/6992947/df35c6ee-78a3-43ad-a2c7-1dddf83f7458\n\nSource: `./examples/07_record3d_visualizer.py`\n\n**Gaussian splatting visualization**\n\nhttps://github.com/nerfstudio-project/viser/assets/6992947/c51b4871-6cc8-4987-8751-2bf186bcb1ae\n\nSource:\n[WangFeng18/3d-gaussian-splatting](https://github.com/WangFeng18/3d-gaussian-splatting)\nand\n[heheyas/gaussian_splatting_3d](https://github.com/heheyas/gaussian_splatting_3d).\n\n**SMPLX visualizer**\n\nhttps://github.com/nerfstudio-project/viser/assets/6992947/78ba0e09-612d-4678-abf3-beaeeffddb01\n\nSource: `./example/08_smpl_visualizer.py`\n\n## Acknowledgements\n\n`viser` is heavily inspired by packages like\n[Pangolin](https://github.com/stevenlovegrove/Pangolin),\n[rviz](https://wiki.ros.org/rviz/),\n[meshcat](https://github.com/rdeits/meshcat), and\n[Gradio](https://github.com/gradio-app/gradio).\nIt's made possible by several open-source projects.\n\nThe web client is implemented using [React](https://react.dev/), with:\n\n- [Vite](https://vitejs.dev/) / [Rollup](https://rollupjs.org/) for bundling\n- [three.js](https://threejs.org/) via [react-three-fiber](https://github.com/pmndrs/react-three-fiber) and [drei](https://github.com/pmndrs/drei)\n- [Mantine](https://mantine.dev/) for UI components\n- [zustand](https://github.com/pmndrs/zustand) for state management\n- [vanilla-extract](https://vanilla-extract.style/) for stylesheets\n\nThe Python API communicates via [msgpack](https://msgpack.org/index.html) and [websockets](https://websockets.readthedocs.io/en/stable/index.html).\n","funding_links":[],"categories":["Open Source Implementations","Tools"],"sub_categories":["Viewers",":computer: Software Tools and Frameworks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerfstudio-project%2Fviser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnerfstudio-project%2Fviser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerfstudio-project%2Fviser/lists"}