From 8969444ff2b37132a72ce92512590028b0dbc0bf Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sun, 4 Aug 2019 14:43:08 +0200 Subject: [PATCH] List scrcpy characteristics in README They were listed in the blog post introducing scrcpy: --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c1967343..f050798d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,17 @@ It works on _GNU/Linux_, _Windows_ and _macOS_. ![screenshot](assets/screenshot-debian-600.jpg) +It focuses on: + + - **lightness** (native, displays only the device screen) + - **performance** (30~60fps) + - **quality** (1920×1080 or above) + - **low latency** ([35~70ms][lowlatency]) + - **low startup time** (~1 second to display the first image) + - **non-intrusiveness** (nothing is left installed on the device) + +[lowlatency]: https://github.com/Genymobile/scrcpy/pull/646 + ## Requirements