abey79 / vpype-rerun

Rerun viewer integration for vpype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vpype-rerun

This plug-in integrates the Rerun viewer in vpype.

Example

vpype random -n 500 -a 20cm 20cm rerun
image

Why?

This plug-in makes it easy to log large quantities of 2D line strips to the Rerun viewer, which is useful for stress-testing, etc.

Installation

See the installation instructions for information on how to install vpype (TL;DR: pipx install "vpype[all]").

If vpype was installed using pipx, use the following command:

$ pipx inject vpype vpype-rerun

If vpype was installed using pip in a virtual environment, activate the virtual environment and use the following command:

$ pip install vpype-rerun

Documentation

The complete plug-in documentation is available directly in the CLI help:

$ vpype rerun --help

License

See the LICENSE file for details.

About

Rerun viewer integration for vpype

License:MIT License


Languages

Language:Python 100.0%