3D visualization + Python
Reason this release was yanked:
Hangs on Linux
Project description
viser
pip install viser
• [
API Reference ]
viser
is a library for interactive 3D visualization + Python, inspired by
tools like Pangolin,
rviz,
meshcat, and
Gradio.
As a standalone visualization tool, viser
features include:
- Web interface for easy use on remote machines.
- Python API for sending 3D primitives to the browser.
- Python-configurable inputs: buttons, checkboxes, text inputs, sliders, dropdowns, gizmos.
- A meshcat and tf-inspired coordinate frame tree.
The viser.infra
backend can also be used to build custom web applications
(example:
the original Nerfstudio viewer).
It supports:
- Websocket / HTTP server management, on a shared port.
- Asynchronous server/client communication infrastructure.
- Client state persistence logic.
- Typed serialization; synchronization between Python dataclass and TypeScript interfaces.
Installation
You can install viser
with pip
:
pip install viser
To run examples:
# Clone the repository.
git clone https://github.com/nerfstudio-project/viser.git
# Install the package.
# You can also install via pip: `pip install viser`.
cd ./viser
pip install -e .
# Run an example.
pip install -e .[examples]
python ./examples/02_gui.py
After an example script is running, you can connect by navigating to the printed
URL (default: http://localhost:8080
).
See also: our development docs.
Examples
Point cloud visualization
https://github.com/nerfstudio-project/viser/assets/6992947/df35c6ee-78a3-43ad-a2c7-1dddf83f7458
Source: ./examples/07_record3d_visualizer.py
Gaussian splatting visualization
https://github.com/nerfstudio-project/viser/assets/6992947/c51b4871-6cc8-4987-8751-2bf186bcb1ae
Source: WangFeng18/3d-gaussian-splatting and heheyas/gaussian_splatting_3d.
SMPLX visualizer
https://github.com/nerfstudio-project/viser/assets/6992947/78ba0e09-612d-4678-abf3-beaeeffddb01
Source: ./example/08_smplx_visualizer.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file viser-0.1.8.tar.gz
.
File metadata
- Download URL: viser-0.1.8.tar.gz
- Upload date:
- Size: 2.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fe6f353c117423279b6e5468158da61d2f1908ec94c3ea46a03d76bc077acbe |
|
MD5 | 5e87e6426ba336cfb00a589c9ad0700b |
|
BLAKE2b-256 | 431cd574f1040f257213ab3e861ee33711d900666dbbaf4a2be7b1e32213f27b |
File details
Details for the file viser-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: viser-0.1.8-py3-none-any.whl
- Upload date:
- Size: 2.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58bf76423e30c955372fc62f825519663012a4cfa9a85e0da4033ae961c91264 |
|
MD5 | ea169365cb8aba9782a9d876b732c8d5 |
|
BLAKE2b-256 | cec1e482ffd100a22ca256193ca88c8ae47436e4987349745c65e1e2555fd697 |