DXRExperiments
Ray tracing toolkit
A lightweight prototyping framework for DirectX Raytracing
A lightweight prototyping framework for DirectX Raytracing that runs on Microsoft DXR Fallback Layer.
29 stars
3 watching
8 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list
dxr
Related projects:
Repository | Description | Stars |
---|---|---|
philcn/d3d12raytracingfallback | A wrapper around DirectX 12 API to emulate the DirectX Raytracing (DXR) API on devices without native driver/hardware support. | 9 |
philcn/dxrnvtutorial | Implementing Nvidia DXR tutorial with Microsoft DXR Fallback Layer to enable raytracing on Windows 10 RS5 API | 2 |
nvidiagameworks/dxrtutorials | A collection of tutorials demonstrating the use of DirectX Raytracing API | 838 |
rikoophorst/dxr-path-tracing | A path tracer with DirectX Raytracing and OptiX denoising capabilities for real-time graphics rendering | 100 |
acmarrs/introtodxr | A sample application to get started with DirectX Raytracing (DXR) using the raw API calls. | 398 |
therealmjp/dxrpathtracer | A simple path tracer implemented using DirectX Ray Tracing (DXR) to generate images from 3D scenes. | 724 |
elfrank/raytracer-gpupro4 | An interactive ray tracing demo using DirectX 11 and Compute Shader. | 23 |
jorgemagic/csharpdirectxraytracing | Tutorials and code for teaching DirectX Raytracing using C# | 76 |
renderkit/ospray | A high-performance ray tracing rendering engine for interactive applications | 1,018 |
apress/ray-tracing-gems | Provides source code examples and references for real-time rendering using DXR and other APIs. | 977 |
shocker-0x15/vlr | A GPU-based ray tracing renderer utilizing NVIDIA OptiX 7. | 222 |
lighttransport/nanort | A lightweight, single-header ray tracing kernel with built-in geometry and intersection tools. | 1,079 |
dcc-lab/raytracing | A Python library for simple optical path tracing using ABCD matrices and Gaussian laser beams. | 258 |
dps/rust-raytracer | A simple ray tracing implementation in Rust to generate 3D images with lighting, texture mapping, and parallel rendering. | 241 |
ykozw/rdb | A simple API for visual debugging of ray-tracing operations | 27 |