Crate iced_wgpu

source ·
Expand description

A wgpu renderer for Iced.

The native path of the Iced ecosystem

wgpu supports most modern graphics backends: Vulkan, Metal, DX11, and DX12 (OpenGL and WebGL are still WIP). Additionally, it will support the incoming WebGPU API.

Currently, iced_wgpu supports the following primitives:

  • Text, which is rendered using glyphon.
  • Quads or rectangles, with rounded borders and a solid background color.
  • Clip areas, useful to implement scrollables or hide overflowing content.
  • Images and SVG, loaded from memory or the file system.
  • Meshes of triangles, useful to draw geometry freely.

Re-exports§

Modules§

  • geometrygeometry
    Build and draw geometry.
  • Organize rendering primitives into a flattened list of layers.
  • Draw using different graphical primitives.
  • Configure a renderer.
  • Display rendering results on windows.

Structs§

Type Aliases§