Please create a gui for this tool, so that it can be used easily, not all people are familar with cammand line, Please make it happen. it really deserve a graphical user interface.
here is someone created https://github.com/Tomotoes/scrcpy-gui but it is only for windows, Please add on for linux.
Please create a gui for this tool
Adding a "real" GUI would probably require to use a UI framework other than SDL (I would still keep SDL since it's very fast). See https://github.com/Genymobile/scrcpy/issues/707#issuecomment-520941669
A (long-term) path I have in mind [鈥 is:
- refactor to expose the "engine" as a lib (libscrcpy)
- make the (current) SDL app use the lib (I want to keep the SDL version because it is very light)
- implement another UI in Qt, also using libscrcpy, to get a UI similar to #612
here is someone created https://github.com/Tomotoes/scrcpy-gui
Great :+1:
it is only for windows
Hmm, no: https://github.com/Tomotoes/scrcpy-gui#requirements
Adding a "real" GUI would probably require to use a UI framework other than SDL (I would still keep SDL since it's very fast). See #707 (comment)
How is the new guiscrcpy, a completely independent module with direct android controls.
It looks like this, so no intervention with the SDL layer

Adding a "real" GUI would probably require to use a UI framework other than SDL (I would still keep SDL since it's very fast). See #707 (comment)
How is the new guiscrcpy, a completely independent module with direct android controls.
It looks like this, so no intervention with the SDL layer
wow, this is amazing, but after downloading the guiscrpy-1.10-27082019-linux I am unable to do anything when I double click it doesn't run and ask me to choose some program to open this file.
I am running linux mint, what am I missing, Please help.
@chitranjanbaghi, thanks for using guiscrcpy. you have to open a terminal at this current directory, and follow the below commands,
chmod +x guiscrcpy*
.\guiscrcpy*
Thanks for this issue, will update the README.MD to make it more intuitive
Most helpful comment
How is the new guiscrcpy, a completely independent module with direct android controls.

It looks like this, so no intervention with the SDL layer