https://github.com/smithay/wayland-window
A simple window-decorations library built on top of wayland-client.
https://github.com/smithay/wayland-window
Last synced: 24 days ago
JSON representation
A simple window-decorations library built on top of wayland-client.
- Host: GitHub
- URL: https://github.com/smithay/wayland-window
- Owner: Smithay
- License: mit
- Created: 2015-05-22T17:12:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T11:04:42.000Z (about 7 years ago)
- Last Synced: 2025-03-25T16:55:30.362Z (about 1 month ago)
- Language: Rust
- Size: 761 KB
- Stars: 21
- Watchers: 8
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
**Deprecation**: this library is deprecated in favor of
[Smithay's Client Toolkit](https://github.com/Smithay/client-toolkit), and will not be
ported to wayland-client 0.20.# wayland-window
A simple window-decorations library built on top of wayland-client.It draws simplistic decorations around a given wayland surface, and registers
callbacks to allow resizing and moving the surface useing the borders.It is currently more aiming at usability than design quality, so the drawn
borders are plain grey and not customizable. I'll possible improve in future
releases.## Usage
Instructions of use are on the main page of the documentation,
readable [on docs.rs](http://docs.rs/wayland-window/).Docs for the master branch are also available online:
https://smithay.github.io/wayland-window