summaryrefslogtreecommitdiffstats
path: root/games/vkQuake/README
diff options
context:
space:
mode:
Diffstat (limited to 'games/vkQuake/README')
-rw-r--r--games/vkQuake/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/vkQuake/README b/games/vkQuake/README
new file mode 100644
index 0000000000..e9816fbb09
--- /dev/null
+++ b/games/vkQuake/README
@@ -0,0 +1,16 @@
+vkQuake is a Quake 1 port using Vulkan instead of OpenGL for
+rendering. It is based on the popular QuakeSpasm port and runs
+all mods compatible with it like Arcane Dimensions or In The
+Shadows. Compared to QuakeSpasm vkQuake also features a software
+Quake like underwater effect, has better color precision, generates
+mipmap for water surfaces at runtime and has native support for
+anti-aliasing and AF.
+
+Your video card must support the vulkan graphics API for this
+port to work. You can check video card compatibility here
+https://en.wikipedia.org/wiki/Vulkan_(API)#Compatibility
+
+vkQuake is only a game engine modification; you still need the
+original quake *.pak game files to play vkQuake.
+
+vkQuake is supported on x86_64 systems only.