smithay-client-toolkit

Crates.iosmithay-client-toolkit
lib.rssmithay-client-toolkit
version0.19.1
sourcesrc
created_at2018-04-26 10:58:18.773186
updated_at2024-07-15 21:49:23.60606
descriptionToolkit for making client wayland applications.
homepage
repositoryhttps://github.com/smithay/client-toolkit
max_upload_size
id62365
size654,438
Publishers (github:smithay:publishers)

documentation

https://smithay.github.io/client-toolkit

README

crates.io docs.rs Build Status

Smithay's Client Toolkit

This crate is a toolkit for writing wayland clients in rust, on top of wayland-client.

Currently a work in progress, it currently provides the following utilities:

  • Automatic binding of general wayland globals (wl_compositor, wl_shm, etc..)
  • Abstraction to create windows (aka toplevel surfaces), abstracting the interaction with the shell (xdg_shell or wl_shell) and the drawing of decorations
  • Wrapper for wl_keyboard for automatic keymap interpretation using libxkbcommon.so.
  • Utilites for creating dpi aware surfaces.

Documentation

The documentation for the master branch is available online.

The documentation for the releases can be found on docs.rs.

Requirements

Requires at least rust 1.65 to be used and version 1.15 of the wayland system libraries if using the system backend.

Commit count: 665

cargo fmt