ray-tracing-gems
Rendering reference
Provides source code examples and references for real-time rendering using DXR and other APIs.
Source Code for "Ray Tracing Gems: High-Quality and Real-Time Rendering with DXR and Other APIs" by Eric Haines and Tomas Akenine-Möller
976 stars
35 watching
111 forks
Language: C
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
acmarrs/introtodxr | A sample application to get started with DirectX Raytracing (DXR) using the raw API calls. | 397 |
jbikker/lighthouse2 | A high-performance rendering framework for real-time ray tracing and path tracing. | 845 |
nvidia/visrtx | An implementation of an open-standard API for GPU-accelerated ray tracing based scientific visualization. | 243 |
renderkit/ospray | A high-performance ray tracing rendering engine for interactive applications | 1,018 |
gpsnoopy/raytracinginvulkan | An implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension. | 1,268 |
philcn/dxrexperiments | A lightweight prototyping framework for DirectX Raytracing | 29 |
elfrank/raytracer-gpupro4 | An interactive ray tracing demo using DirectX 11 and Compute Shader. | 23 |
philcn/d3d12raytracingfallback | A wrapper around DirectX 12 API to emulate the DirectX Raytracing (DXR) API on devices without native driver/hardware support. | 9 |
avilapa/vxr | A general-purpose rendering engine designed to handle 3D graphics and materials with advanced features. | 264 |
rikoophorst/dxr-path-tracing | A path tracer with DirectX Raytracing and OptiX denoising capabilities for real-time graphics rendering | 100 |
zappingseb/rayshaderanimate | Animate GPX data on a 3D map by rendering a video | 35 |
nelarius/weekend-raytracer-zig | An implementation of Ray Tracing in One Weekend book using Zig programming language | 92 |
rswinkle/portablegl | A portable implementation of OpenGL 3.x in clean C as a single header library. | 1,044 |
chrismccord/render_sync | Real-time partial rendering for Rails applications without changing the standard stack | 1,401 |
favreau/sol-r | A CUDA/OpenCL-based ray-tracer software project that enables real-time rendering of 3D images and scenes. | 306 |