Giter Club home page Giter Club logo

dxr-path-tracer's Introduction

DXR-Path-Tracer

The application is built using the source code from "Uno Game Engine", which follows the same engine structure as defined in the book "3D Game Programming with DirectX 12" by Frank D. Luna. Ray tracing has been implemented following NVIDIA's tutorials and uses a version of their libraries modified by me. https://developer.nvidia.com/rtx/raytracing/dxr/DX12-Raytracing-tutorial-Part-1 https://developer.nvidia.com/rtx/raytracing/dxr/dx12-raytracing-tutorial-part-2

Implementation Notes

The file src/utils/keys.h contains all private keys used by the engine and therefore it's not included among the project files. It defines an inline const char projectKey[38] inside engine namespace initialized following the NVIDIA DLSS' guidelines:

Project ID is assumed to be GUID-like, for instance: "a0f57b54-1daf-4934-90ae-c4035c19df04"

It is also important to mention that in order to run the project you need the libraries NRD.dll, dxcompiler.dll, dxil.dll, nvngx_dlss.dll inside the folder where the executable is located. You can download them from the respective repositories (note that the NRD dll will be available after compiling the NRD project). Alternatively you can run it in release mode and use the DLLs that you find in the latest release.

DLSS

DLSS has been implemented following NVIDIA's guidelines https://github.com/NVIDIA/DLSS/blob/main/doc/DLSS_Programming_Guide_Release.pdf

Denoising

The application uses NRD to denoise diffuse, specular and shadow signals. https://github.com/NVIDIAGameWorks/RayTracingDenoiser

Final Result Denoised

dxr-path-tracer's People

Contributors

edoardo911 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dxr-path-tracer's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.