From b0414328ef28e6fb471bc2c0fc25049480f9f4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laignel?= Date: Tue, 30 Jan 2024 17:18:10 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 85a6d19..1673bc5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Pre-built packages are available for Linux, macOS and Windows from the [release page](https://github.com/fengalin/jstation-controller/releases). + +Note: the default packages use the `wgpu` backend. If you run into errors, try +the alternative: `glow`. + See the dedicated chapter below if you want to build the application from source. ![jstation-controller UI](assets/screenshot_20230124.png "jstation-controller UI") @@ -79,10 +83,18 @@ Minimum dependencies include development libraries for: #### macOS If you can test the application on this OS, please open a PR with instructions. +See also the CI workflow. #### Windows If you can test the application on this OS, please open a PR with instructions. +See also the CI workflow. + +### Features + +* `wgpu` (default): use the `wgpu` graphics backend. +* `glow`: use the `glow` graphics backend. Use this backend if you run into + errors using `wgpu`. ### Build