Skip to content

Commit

Permalink
#271: Document how to enable the software renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Dec 2, 2023
1 parent 12d504e commit b7e97a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ If you'd like to help translate Ludusavi into other languages,
## Installation
### Requirements
* Ludusavi is available for Windows, Linux, and Mac.
* Your system must support OpenGL.
* Your system must support one of DirectX, Vulkan, or Metal.
(If not, set the `ICED_BACKEND` environment variable to `tiny-skia` to use the software renderer.)

### Methods
You can install Ludusavi one of these ways:
Expand Down Expand Up @@ -686,6 +687,9 @@ cross-platform and cross-store solution:
It should be fixed once Windows Terminal v1.17 is released.
In the meantime, you can work around it by opening Windows Terminal from the Start Menu,
opening its settings, and changing the "default terminal application" to "Windows Console Host".
* The GUI won't launch.
* There may be an issue with your graphics drivers/support.
Try using the software renderer instead by setting the `ICED_BACKEND` environment variable to `tiny-skia`.

## Development
Please refer to [CONTRIBUTING.md](./CONTRIBUTING.md).
Expand Down

0 comments on commit b7e97a7

Please sign in to comment.