Crate re_renderer

source ·
Expand description

Rerun’s renderer.

A wgpu based renderer wgpu for all your visualization needs. Used in re_runner to display the contents of any view contents other than pure UI.

Feature flags

  • arrow — Support for Arrow datatypes for end-to-end zero-copy.

  • import-obj (enabled by default) — Support importing .obj files

  • import-gltf (enabled by default) — Support importing .gltf and .glb files

  • serde — Enable (de)serialization using serde.

  • webgl — Render using webgl instead of webgpu on wasm builds.

Re-exports

Modules

Macros

  • A macro to read the contents of a file on disk, and resolve #import clauses as required.
  • Create a shader module using the include_file! macro and set the path name as debug string.

Structs

Enums

Traits

  • A very limited filesystem, just enough for our internal needs.

Functions

Type Aliases