12 releases
new 0.9.4 | Oct 23, 2024 |
---|---|
0.9.4-rc3 | Oct 22, 2024 |
0.8.2 | Oct 2, 2024 |
#1803 in Procedural macros
1,139 downloads per month
Used in iced_sessionlock
6KB
Extra wayland shell event loop and their iced bindings
We want to make program with iced for layershell and sessionlock, so we made this project.
Take winit as reference a lot, to make easilier program on layershell and ext-session-lock.
This project bind ext-session-lock
and layershell
with the similar way of winit, which storing message and handle it in callback
Here are five subprojects
waycrate_xkbkeycode
Take a lot of reference from winit (mainly from winit). Mainly handle the xkbcommon events.
layershellev
Winit like layershell event crate.
We use it make a virtual-keyboard program, please take a look at starcolorkeyboard
. Next we will make the program with iced-layershell instead, to provide a more beautiful virtual-keyboard program.
sessionlockev
Winit like sessionlock event crate. It handles the sessionlock event, like lock and unlock, and provides base support for iced binding for sessionlock
iced-layershell
iced binding for layershell
Feature:
- support to open new layershell and support popup window.
- support ext-virtual-keyboard
With this crate, you can use iced to build your kde-shell, notification application, and etc.
iced-sessionlock
iced binding for sessionlock
Session lock is the wayland protocol for lock. This protocol is supported in river, sway and etc. We use it make a beautiful lock program in twenty. You can also use it to build your sessionlock. This will become very easy to use our crate with pam crate.
Help Us
in iced 0.13, there will be breaking changes, we need someone who are familiar with iced to help us. And text-input-v3 and input-method also not handled, we also need some help since ime feature will be support in iced 0.13, we think this feature is very important, we need prepare for it.
Dependencies
~0.7–1.2MB
~26K SLoC