From ef4fdf63d30202c629c2710060ac0b8873540979 Mon Sep 17 00:00:00 2001 From: zqpvr01 Date: Fri, 29 Mar 2024 17:26:27 +0100 Subject: [PATCH] Add Hardware Requirements --- Hardware-Requirements.md | 85 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 Hardware-Requirements.md diff --git a/Hardware-Requirements.md b/Hardware-Requirements.md new file mode 100644 index 0000000..ecc2f5f --- /dev/null +++ b/Hardware-Requirements.md @@ -0,0 +1,85 @@ +

Hardware Requirements

+

CPU:

+

Any x86_64 CPU with support for the FMA instruction set, or an ARM64-v8a or newer CPU. 6 threads or more are recommended.

+ +

Dedicated graphics:

+

OpenGL 4.6 or Vulkan 1.1 compatible hardware and drivers are mandatory. Half-float support and VP9 decoding support are recommended.

+ +

Integrated graphics:

+

Integrated graphics will produce very low performance. A dedicated GPU will produce better results on all scenarios. +This is only for listing iGPU support.

+ +

RAM:

+

Since an integrated GPU uses system RAM as its video memory (VRAM), our memory requirement in this configuration is higher. Highest possible frequency is strongly recommended.

+ +

Notes:

+ \ No newline at end of file