IntroToDXR
Ray tracing starter
A sample application to get started with DirectX Raytracing (DXR) using the raw API calls.
A barebones sample application to get you jump started with DirectX Raytracing (DXR)!
399 stars
24 watching
51 forks
Language: C++
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
philcn/dxrexperiments | A lightweight prototyping framework for DirectX Raytracing | 29 |
nvidiagameworks/dxrtutorials | A collection of tutorials demonstrating the use of DirectX Raytracing API | 839 |
elfrank/raytracer-gpupro4 | An interactive ray tracing demo utilizing GPU acceleration | 23 |
therealmjp/dxrpathtracer | A simple path tracer implemented using DirectX Ray Tracing (DXR) to generate images from 3D scenes. | 735 |
philcn/d3d12raytracingfallback | A wrapper around DirectX 12 API to emulate the DirectX Raytracing (DXR) API on devices without native driver/hardware support. | 9 |
rikoophorst/dxr-path-tracing | A path tracer with DirectX Raytracing and OptiX denoising capabilities for real-time graphics rendering | 100 |
nvidiagameworks/gettingstartedwithrtxraytracing | A tutorial project providing an introduction to RTX Ray Tracing using C++ and DirectX. | 660 |
philcn/dxrnvtutorial | Implementing Nvidia DXR tutorial with Microsoft DXR Fallback Layer to enable raytracing on Windows 10 RS5 API | 2 |
apress/ray-tracing-gems | Provides source code examples and references for real-time rendering using DXR and other APIs. | 981 |
jorgemagic/csharpdirectxraytracing | Tutorials and code for teaching DirectX Raytracing using C# | 76 |
nvidia/visrtx | An implementation of an open-standard API for GPU-accelerated ray tracing based scientific visualization. | 245 |
dps/rust-raytracer | A simple ray tracing implementation in Rust to generate 3D images with lighting, texture mapping, and parallel rendering. | 241 |
shocker-0x15/vlr | A GPU-based ray tracing renderer utilizing NVIDIA OptiX 7. | 223 |
nvpro-samples/vk_raytracing_tutorial_khr | Demonstrates basic integration of ray tracing and ray traversal in Vulkan using the VK_KHR_ray_tracing_pipeline extension | 1,417 |
tcbrindle/raytracer.hpp | A compile-time ray tracing system using C++17 constexpr functions | 693 |