CapSoftware / scap

High-performance, cross-platform screen capture library in Rust.
https://crates.io/crates/scap
Other
229 stars 44 forks source link

linux: support X11 #124

Open MAlba124 opened 3 weeks ago

MAlba124 commented 3 weeks ago

This PR implements basic x11 window and display capture. The performance could be better, but it shouldn't be hard to change the image grabbing routines to utilize xshm where it's supported.