From eb3447127a1cbdbb8bdcad9b4cd6c1cfc2dca29c Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 30 Mar 2024 14:25:48 +0100 Subject: [PATCH] tweak dependency section --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a981a2..8dddc58 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,17 @@ Key features: # System Requirements -- A graphics card with vulkan support +- Screen, keyboard, mouse +- Operating System: Linux, Windows, MacOS +- Ideally, a graphics card with vulkan support -Workaround if you don't have a vulkan GPU: Enable the OpenGL rendering backend by setting the `WGPU_BACKEND` environment variable to `gl`, e.g. by running `WGPU_BACKEND=gl cargo run` or `WGPU_BACKEND=gl ./outfly`. Note that this has considerably slower performance and occasional visual glitches. +If your GPU does not support vulkan, try rendering with OpenGL by setting the environment variable `WGPU_BACKEND` to `gl`, like: + +``` +WGPU_BACKEND=gl ./outfly +or +WGPU_BACKEND=gl cargo run +``` # Building ## On Linux