Module smithay::backend [] [src]

Backend (rendering/input) creation helpers

Collection of common traits and implementation about rendering onto various targets and receiving input from various sources.

Supported graphics backends:

  • winit
  • drm

Supported input backends:

  • winit
  • libinput

Modules

drm

Drm/Kms types and backend implementations

graphics

Common traits for various ways to renderer on a given graphics backend.

input

Common traits for input backends to receive input from.

libinput

Implementation of input backend trait for types provided by libinput

winit

Implementation of backend traits for types provided by winit