Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI for this tool #749

Closed
chitranjanbaghi opened this issue Aug 26, 2019 · 5 comments
Closed

GUI for this tool #749

chitranjanbaghi opened this issue Aug 26, 2019 · 5 comments
Labels

Comments

@chitranjanbaghi
Copy link

chitranjanbaghi commented Aug 26, 2019

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.

@rom1v
Copy link
Collaborator

rom1v commented Aug 26, 2019

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 #707 (comment)

A (long-term) path I have in mind […] is:

  1. refactor to expose the "engine" as a lib (libscrcpy)
  2. make the (current) SDL app use the lib (I want to keep the SDL version because it is very light)
  3. implement another UI in Qt, also using libscrcpy, to get a UI similar to QtScrcpy #612

here is someone created https://github.com/Tomotoes/scrcpy-gui

Great 👍

it is only for windows

Hmm, no: https://github.com/Tomotoes/scrcpy-gui#requirements

@rom1v rom1v added the gui label Aug 26, 2019
@srevinsaju
Copy link

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
screen using guiscrcpy

@chitranjanbaghi
Copy link
Author

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
screen using guiscrcpy

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.

@srevinsaju
Copy link

@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

@rom1v rom1v closed this as completed May 24, 2020
@kittydoor
Copy link

A mention of guiscrcpy in the README.md might be a good idea. It took me a bit of digging through issues to find this thread, and information like this rots over time so it's always good to have some quick links from the main project spanning out :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants