https://github.com/rust-windowing/wayland-csd-frame
Wayland client side decorations interop
https://github.com/rust-windowing/wayland-csd-frame
Last synced: 7 months ago
JSON representation
Wayland client side decorations interop
- Host: GitHub
- URL: https://github.com/rust-windowing/wayland-csd-frame
- Owner: rust-windowing
- License: mit
- Created: 2023-05-06T16:03:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T13:27:56.000Z (about 2 years ago)
- Last Synced: 2024-04-26T12:47:48.338Z (over 1 year ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wayland-csd-frame
`wayland-csd-frame` aims to provide common client side decorations (CSD) frame
for xdg-shell Wayland windows establishing a stable interface between windowing
libraries (e.g winit) and decorations drawing libraries.
This library defines a simple interface other crates providing decoration
frames could use to integrate with crates like winit. An example of crates
using this interface to provide decorations frame:
- https://github.com/PolyMeilex/sctk-adwaita an Adwaita-like frame.
- https://github.com/smithay/client-toolkit provides bare bones `FallbackFrame`.