Scrcpy: GUI for this tool

Created on 26 Aug 2019  路  4Comments  路  Source: Genymobile/scrcpy

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.

gui

Most helpful comment

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

All 4 comments

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:

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

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.

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SamuelBlickle picture SamuelBlickle  路  3Comments

swamikamal picture swamikamal  路  3Comments

fleytman picture fleytman  路  4Comments

YurieCo picture YurieCo  路  4Comments

udit7395 picture udit7395  路  4Comments