re_viewer 0.27.3

The Rerun viewer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# The Rerun Viewer

Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates.

[![Latest version](https://img.shields.io/crates/v/re_viewer.svg)](https://crates.io/crates/viewer/re_viewer)
[![Documentation](https://docs.rs/re_viewer/badge.svg)](https://docs.rs/re_viewer)
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)

This is the main crate with all the GUI.

This can be compiled as a web-app by building for Wasm. To run it natively, use the `rerun` binary.

Talks to the server over gRPC (using `re_redap_client`).