Skip to main content

No project description provided

Project description

Vuer: Modern High-Performance Visualization for AI & Robotics in VR
Production pypi

pip install vuer   ⬝   visit  https://docs.vuer.ai  for documentation

Vuer is a light-weight visualization toolkit for interacting with dynamic 3D and robotics data. It is VR and AR ready, and can be run on mobile devices.

Our features include:

  • light-weight and performant
  • VR and AR ready
  • Hackable and extensible
  • Open source, licensed under MIT

Installation

You can install vuer with pip:

pip install vuer

Here is an example that loads a URDF file and displays it in the browser. For a more comprehensive list of examples, please refer to the examples page.

from vuer import Vuer, VuerSession
from vuer.schemas import DefaultScene, Urdf

app = Vuer()


@app.spawn(start=True)
async def main(session: VuerSession):
    app.set @ DefaultScene(
        Urdf("assets/urdf/robotiq.urdf"),
    )

    while True:
        await session.sleep(0.1)

Click for Live Demo

To get a quick overview of what you can do with vuer, check out the following:

  • take a look at the example gallery here
  • or try to take a look at this demo here

For a comprehensive list of visualization components, please refer to the API documentation on Components.

For a comprehensive list of data types, please refer to the API documentation on Data Types.

Now, to run the examples, first download the example datasets.

Each subdirectory in the assets directory contains a Makefile. Run the make command in each subdirectory to download the datasets. For example:

cd assets/static_3d
make

Then run the examples

cd vuer/examples/vuer
python 01_trimesh.py

Contributing to Documentation and Features

Documentation is a crucial part of the vuer ecosystem. To contribute to documentation and usage examples, simply:

cd docs
pip install -r requirements.txt

About Us

Vuer is built by researchers at MIT and UCSD in fields including robotics, computer vision, and computer graphics.

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vuer-0.0.15rc1-py3-none-any.whl (56.7 kB view details)

Uploaded Python 3

File details

Details for the file vuer-0.0.15rc1-py3-none-any.whl.

File metadata

  • Download URL: vuer-0.0.15rc1-py3-none-any.whl
  • Upload date:
  • Size: 56.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.17

File hashes

Hashes for vuer-0.0.15rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 a057ab8de49100529dfafbe3ed2c8e3b2bf61a21198dd2ba0f135727897344c5
MD5 4a919b5e86413af3194d32ca6ea9505a
BLAKE2b-256 72df8e46a77b12000dbc5f389ce7436a7a5be3484d1f17733f93b7510d5555fe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page