1 个仓库
Full-stack systems for creating 3D visualizations with a Python backend and web frontend.
Distinct from 3D Visualization Integrations: A complete server-client framework rather than a simple API integration for existing environments.
Explore 1 awesome GitHub repository matching development tools & productivity · Frameworks. Refine with filters or upvote what's useful.
Viser is a Python 3D visualization framework and remote scene server that renders 3D primitives, point clouds, and meshes in a web browser. It functions as a server-client system that synchronizes scene state and camera poses to a web client via WebSockets. The framework provides specialized capabilities for robotics and computer vision, including a URDF robot visualizer for loading robot models and joint states, as well as a GPU-accelerated Gaussian splatting viewer for high-fidelity volumetric rendering. It also supports the visualization of human body models and skinned meshes for pose ana
Provides a server-client system for rendering 3D primitives, point clouds, and meshes in a web browser using Python.