diff --git a/README.md b/README.md index e63ec11..30b9235 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Key features: - 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. + # Building To run the pre-compiled version on Arch Linux, you need some basic libs: