Crate iced_graphics

source ·
Expand description

A bunch of backend-agnostic types that can be leveraged to build a renderer for iced.

The native path of the Iced ecosystem

Re-exports§

Modules§

  • Write a graphics backend.
  • Manage colors for shaders.
  • A compositor is responsible for initializing a renderer and managing window surfaces.
  • Track and compute the damage of graphical primitives.
  • geometrygeometry
    Build and draw geometry.
  • A gradient that can be used as a fill for some geometry.
  • imageimage
    Load and operate on images.
  • Draw triangles!
  • Create a renderer from a Backend.
  • Draw text.

Structs§

  • A viewing region for displaying computer graphics.

Enums§

  • An antialiasing strategy.
  • An error that occurred while creating an application’s graphical context.
  • A rendering primitive.