Stories
Slash Boxes
Comments

SoylentNews is people

Submission Preview

Link to Story

Q2VKPT: An Open Source Game Demo With Real-Time Path Tracing

Accepted submission by takyon at 2019-01-20 20:10:56
Software

Q2VKPT Is the First Entirely Raytraced Game with Fully Dynamic Real-Time Lighting, Runs 1440P@60FPS with RTX 2080Ti via Vulkan API [wccftech.com]

Q2VKPT [is] an interesting graphics research project whose goal is to create the first entirely raytraced game with fully dynamic real-time lighting, based on the Quake II engine Q2PRO. Rasterization is used only for the 2D user interface (UI).

Q2VKPT is powered by the Vulkan API and now, with the release of the GeForce RTX graphics cards capable of accelerating ray tracing via hardware, it can get close to 60 frames per second at 1440p (2560×1440) resolution with the RTX 2080 Ti GPU [wccftech.com] according to project creator Christoph Schied.

The project consists of about 12K lines of code which completely replace the graphics code of Quake II. It's open source and can be freely downloaded via GitHub [github.com].

This is how path tracing + denoising [youtube.com] (4m16s video) works.

Also at Phoronix [phoronix.com].

Related: Nvidia Announces Turing Architecture With Focus on Ray-Tracing and Lower-Precision Operations [soylentnews.org]
Nvidia Announces RTX 2080 Ti, 2080, and 2070 GPUs, Claims 25x Increase in Ray-Tracing Performance [soylentnews.org]


Original Submission