CapSoftware / scap

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

(Linux) Create mechanism to capture frames #6

Closed clearlysid closed 10 months ago

clearlysid commented 1 year ago

I would love to support Linux and make scap fully cross-platform, but don't have a linux machine to be able to do this. Any help / contributions in this regard are welcome!

MAlba124 commented 10 months ago

What is the status on this? I'm interested in contributing.

clearlysid commented 10 months ago

Hey @MAlba124, thanks for your interest! We are close to wrapping up the v0.0.1 for Win/Mac, and could surely use a hand with Linux. I recommend using the v0.0.1/main branch as your base and see if you can extend the engine module to support Linux, either using FFmpeg or a different means.

Let us know if you like to take this up and I'll assign it to you — you can also join our Discord and ask me or @Pranav2612000 for help in the scap channel 🙌

MAlba124 commented 10 months ago

Okay, sounds good! I'm all up for it.

clearlysid commented 10 months ago

Well then, welcome onboard! Reach out in the Discord scap channel if you need a hand. Looking forward to your PR 🤝

clearlysid commented 10 months ago

Closed with #27