All Projects → RikoOphorst → dxr-path-tracing

RikoOphorst / dxr-path-tracing

Licence: other
A DXR path tracer with OptiX denoising. 5 months worth of research, trial & error as part of a project to learn and understand DirectX Raytracing & raytracing concepts.

Programming Languages

C++
36643 projects - #6 most used programming language
HLSL
714 projects
CMake
9771 projects

Projects that are alternatives of or similar to dxr-path-tracing

awesome-rtx
Curated collection of projects leveraging NVIDIA RTX technology (OptiX, DXR, VKR)
Stars: ✭ 73 (-20.65%)
Mutual labels:  raytracing, rtx, dxr
RayTracing
Realtime GPU Path tracer based on OpenCL and OpenGL
Stars: ✭ 120 (+30.43%)
Mutual labels:  raytracing, pathtracing
4DViewsTest3
4DViews volumetric video with Unity DXR realtime ray tracing
Stars: ✭ 62 (-32.61%)
Mutual labels:  raytracing, dxr
RTRT-Trans-Caustics
A reference implementation of ”Rendering transparent objects with caustics using real-time ray tracing“ using Unreal Engine 4.25.1.
Stars: ✭ 12 (-86.96%)
Mutual labels:  raytracing, rtx
nerv pathtracer
a pathtracer with physically based rendering in mind
Stars: ✭ 27 (-70.65%)
Mutual labels:  raytracing, pathtracing
pathtracer-webgl2
Path tracing render engine for the web. Both ray tracing for conventional 3d models and ray marching for fractals implemented. Built with WebGL 2 and Angular 2.
Stars: ✭ 45 (-51.09%)
Mutual labels:  raytracing, pathtracing
DxrLattice
Real-time raytracing fly through
Stars: ✭ 80 (-13.04%)
Mutual labels:  raytracing, dxr
RayTracedGGX
Ray tracing sample using GGX reflection model, 1spp with spatial-temporal denoiser. Acceleration structure build uses async compute.
Stars: ✭ 43 (-53.26%)
Mutual labels:  raytracing, dxr
CSharpDirectXRaytracing
DirectX Raytracing Tutorials in CSharp
Stars: ✭ 53 (-42.39%)
Mutual labels:  raytracing, dxr
CLUSEK-RT
Vulkan based C++ ray-tracing game engine.
Stars: ✭ 24 (-73.91%)
Mutual labels:  raytracing, pathtracing
LumillyRender
Monte Carlo path tracing implementation on Rust
Stars: ✭ 36 (-60.87%)
Mutual labels:  raytracing, pathtracing
Lift
Vulkan Path Tracer with Optix Denoiser integration
Stars: ✭ 30 (-67.39%)
Mutual labels:  raytracing, rtx
Vanilla-Raytraced
Official repository of Vanilla Raytraced resources pack.
Stars: ✭ 25 (-72.83%)
Mutual labels:  raytracing, rtx
ray-tracer
A simple ray tracing engine
Stars: ✭ 27 (-70.65%)
Mutual labels:  raytracing, pathtracing
Fall2021
Base repository for Dartmouth's CS87/287 (Fall 2021).
Stars: ✭ 43 (-53.26%)
Mutual labels:  raytracing, pathtracing
Nabla
OpenGL/OpenGL ES/Vulkan/CUDA/OptiX Modular Rendering Framework for PC/Linux/Android
Stars: ✭ 235 (+155.43%)
Mutual labels:  raytracing, rtx
gpu-pathtracer
physically based path tracer on gpu
Stars: ✭ 44 (-52.17%)
Mutual labels:  raytracing, pathtracing
Unreal-Development-Guides-and-Tips
High-level concept explanations, detailed tutorials, performance considerations, shortcuts and other useful content that aims to improve your Unreal Engine 4 development journey.
Stars: ✭ 118 (+28.26%)
Mutual labels:  raytracing, rtx
monte-carlo-ray-tracer
Physically based renderer with Path Tracing and Photon Mapping.
Stars: ✭ 246 (+167.39%)
Mutual labels:  raytracing, pathtracing
fluctus
An interactive OpenCL wavefront path tracer
Stars: ✭ 55 (-40.22%)
Mutual labels:  raytracing, pathtracing

DirectX Raytracing: A Path Tracer

A DXR path tracer with OptiX denoising. 5 months worth of research, trial & error as part of a project to learn and understand DirectX Raytracing & raytracing concepts.

  • Progressive Monte Carlo pathtracing
  • Native DirectX Raytracing
  • DXR Fallback Layer
  • OptiX deep-learning denoiser
  • Anti-aliasing with various sampling patterns
  • Reflection
  • Refraction
  • Material picking & editing
  • ImGui
Cornell Box Sample ImageCornell Box Sample Image

Performance

Specifications:

  • NVIDIA GeForce RTX 2080 Founders Edition (non-overclocked)
  • Intel Core i6-6600K at 4.1 GHz
  • 8 GB RAM at 2133 MHz
  • 256 GB NVMe M.2 Samsung SSD
  • All tests ran at 720p (1280 x 720)

Test case: Cornell Box (Release mode)

Bounces Frame Time
0 ~3.6ms
1 ~4.0ms
2 ~4.3ms
3 ~4.9ms
4 ~5.6ms
5 ~6.3ms
10 ~10ms
15 ~12.9ms

Test case: Crytek Sponza (Release mode)

Bounces Frame Time
0 ~5.1ms
1 ~6.3ms
2 ~8.4ms
3 ~10.0ms
4 ~11.4ms
5 ~13.6ms
10 ~22.7ms
15 ~31.8ms

Building the project

  1. Clone the project
  2. Download the project's dependencies from here!
  3. Run CMake on the project.
  4. Configure for Visual Studio 2017 x64.

Prerequisites to compile & run

  • Must be on Windows 10 October 2018 update (RS5 | v1809) or newer
  • Must have Windows 10 SDK version 10.0.17763.0 or newer (prefer using that exact version!)
  • To run native DXR: NVIDIA Turing or Volta GPU or newer.
  • To run fallback: Second generation Maxwell GPU or newer.
  • Visual Studio 2017 v15.8.6+.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].