mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +00:00
commit
be2b3ca718
3 changed files with 3 additions and 2 deletions
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
|||
paths:
|
||||
- 'QtScrcpy/**'
|
||||
- '!QtScrcpy/res/**'
|
||||
- '.github/workflows/macos.yml'
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -11,6 +11,7 @@ on:
|
|||
paths:
|
||||
- 'QtScrcpy/**'
|
||||
- '!QtScrcpy/res/**'
|
||||
- '.github/workflows/windows.yml'
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
# TODO
|
||||
## 低优先级
|
||||
- 中文输入(server需要改为apk,作为一个输入法,暂不实现)(或者有其他方式案件注入方式,例如搜狗手机输入法可以监听当前注入?)
|
||||
- [单独线程统计帧率](https://github.com/Genymobile/scrcpy/commit/e2a272bf99ecf48fcb050177113f903b3fb323c4)
|
||||
- text转换 https://github.com/Genymobile/scrcpy/commit/c916af0984f72a60301d13fa8ef9a85112f54202?tdsourcetag=s_pctim_aiomsg
|
||||
|
||||
|
@ -11,7 +10,7 @@
|
|||
- 群控
|
||||
- 竖屏全屏不拉伸画面
|
||||
- 软解
|
||||
- opengles 3.0
|
||||
- opengles 3.0 兼容性参考[这里](https://github.com/libretro/glsl-shaders/blob/master/nnedi3/shaders/yuv-to-rgb-2x.glsl)
|
||||
|
||||
## 高优先级
|
||||
- linux打包以及版本号
|
||||
|
|
Loading…
Add table
Reference in a new issue