vk_raytracing_tutorial_KHR
Vulkan Ray Tracing Demo
Demonstrates basic integration of ray tracing and ray traversal in Vulkan using the VK_KHR_ray_tracing_pipeline extension
Ray tracing examples and tutorials using VK_KHR_ray_tracing
1k stars
36 watching
143 forks
Language: C++
last commit: about 1 year ago
Linked from 1 awesome list
raytracingtutorialvulkan
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A tutorial on writing a fast and photorealistic path tracer using Vulkan API | 1,140 |
| | This project demonstrates how to use the OptiX denoiser on Vulkan ray-traced images | 89 |
| | An implementation of the VK_KHR_ray_tracing Vulkan extension for ray tracing on Windows using C++. | 43 |
| | A simple Vulkan rendering example | 207 |
| | A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
| | An implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension. | 1,283 |
| | A tutorial project providing an introduction to Vulkan raytracing using C++ | 373 |
| | An experimental high-level abstraction library on top of Vulkan | 325 |
| | A portable, hackable, offline CPU rendering engine | 803 |
| | Demonstrates super-sampled rendering in Vulkan using two implementations and compact constructor-based code | 64 |
| | An interactive ray tracing demo utilizing GPU acceleration | 23 |
| | A collection of advanced ray tracing samples showcasing OptiX's capabilities | 429 |
| | An implementation of an open-standard API for GPU-accelerated ray tracing based scientific visualization. | 245 |
| | A sample project demonstrating various rendering approaches using OpenGL and Vulkan with threaded CAD scene rendering | 165 |
| | A GPU-based ray tracing renderer utilizing NVIDIA OptiX 7. | 223 |