Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

vkQuake 1.20.0

Compare
Choose a tag to compare
@Novum Novum released this 28 Jun 07:51
· 613 commits to master since this release
  • Parallelized renderer for significantly higher performance
  • Parallelized texture mip generation for faster load times
  • SIMD code optimizations
  • "8-bit" color mode emulation
  • Scaling is now less blurry
  • Mods menu
  • Completely replaced memory management (no more -heapsize)

Windows binaries require the Microsoft Visual C++ Redistributable:
https://aka.ms/vs/17/release/vc_redist.x86.exe (32 bit)
https://aka.ms/vs/17/release/vc_redist.x64.exe (64 bit)

Linux AppImage requires at least glibc 2.17. Check with ldd --version if in doubt (any recent Linux distribution should easily satisfy this). FUSE must be enabled and available (see https://docs.appimage.org/user-guide/troubleshooting/fuse.html)