Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malpenzibo/iced_sctk
https://github.com/malpenzibo/iced_sctk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/malpenzibo/iced_sctk
- Owner: MalpenZibo
- Created: 2024-07-11T09:04:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T08:06:58.000Z (3 months ago)
- Last Synced: 2024-10-23T11:36:37.419Z (3 months ago)
- Language: Rust
- Size: 233 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iced SCTK
This repository is a layer between the iced framework and the wayland protocol (layer surface, session lock, etc).
I primary use this repository for my [ashell](https://github.com/MalpenZibo/ashell) project.The code in this repository is a port of the work done by the `pop_os` team,
who created a fork of iced that supports some specific Wayland protocols: https://github.com/pop-os/iced.I tried to use only the pieces necessary to support Wayland without having to use
all the changes applied by their fork on the original iced repository.In this way, I am able to use the original version of iced to create wayland layer shells.
Currently, some functionalities of the `pop_os` iced version are not working,
and the code in this repository is a simple copy-paste with some fixes, so I cannot guarantee its functionality.I recommend using the original `pop_os` fork or following other projects with the same goal,
such as https://github.com/waycrate/exwlshelleventloop.Iced Pop-os reference commit e31e29e99ecf56e446258287d235237e026e1f96