quadrupleslap / scrap

📸 Screen capture made easy!
https://crates.io/crates/scrap
601 stars 67 forks source link

Wayland support. #12

Open quadrupleslap opened 7 years ago

quadrupleslap commented 7 years ago

As far as I know, there is no consensus on a full screen-shooting protocol yet, though.

Type1J commented 10 months ago

Chrome can screencast in Wayland, now.

Jeffrey-P-McAteer commented 2 months ago

Adding notes here mostly for myself, I have a wayland use-case and might look into adding wayland support here. I do like the simple interface scrap exposes. I'll be referencing https://github.com/russelltg/wl-screenrec/blob/main/src/main.rs#L532 and... oh ew I thought this one was general-purpose but on further inspection it goes across dbus and is gnome-only: https://github.com/nashaofu/xcap/blob/master/src/linux/wayland_capture.rs#L178

Davenchy commented 2 months ago

This crate ashpd could be useful.