Crate re_sdk

source ·
Expand description

The Rerun SDK

Feature flags

  • analytics — Enable telemetry using our analytics SDK.

  • demo (enabled by default) — Enable the demo module (helpers for Rerun examples).

  • glam (enabled by default) — Add support for some math operations using glam.

  • image (enabled by default) — Integration with the image crate.

  • native_viewer (enabled by default) — Support for the native viewer.

  • web_viewer — Support serving a web viewer over HTTP.

    Enabling this adds quite a bit to the compile time and binary size, since it requires compiling and bundling the viewer as wasm.

    You also need to install some additional tools, which you can do by running scripts/setup_web.sh.

Modules

Structs

  • The user-chosen name of the application doing the logging.
  • The name of an entity component, e.g. pos or color.
  • camera / "left" / points / #42
  • Facilitates building and sending component payloads with the Rerun SDK.
  • A unique id per recording (a stream of LogMsges).
  • This is the main object you need to create to use the Rerun SDK.

Enums

Traits

Functions