• Stars
    star
    357
  • Rank 119,149 (Top 3 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created over 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Quake: Ray Traced

Quake: Ray Traced adds a path tracing renderer to id Software's Quake using the RayTracedGL1 library.

Quake: Ray Traced is based on the vkQuake — a port of QuakeSpasm to Vulkan API.

Build

Windows

Clone the vkQuake repo from https://github.com/sultim-t/vkquake-rt.git

Prerequisites:

Steps:

  • Install Visual Studio Community with Visual C++ component
  • Open the Visual Studio solution, Windows\VisualStudio\vkquake.sln
  • Build the RayTracedGL1 library, provide its header files / .lib to the vkQuake solution
  • Build the vkQuake solution
  • Copy RayTracedGL1.dll next to vkQuake.exe before running the executable