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: 2 months ago
Linked from 1 awesome list
raytracingtutorialvulkan
Related projects:
Repository | Description | Stars |
---|---|---|
nvpro-samples/vk_mini_path_tracer | A tutorial on writing a fast and photorealistic path tracer using Vulkan API | 1,123 |
nvpro-samples/vk_denoise | This project demonstrates how to use the OptiX denoiser on Vulkan ray-traced images | 90 |
maierfelix/vk_khr_ray_tracing | An implementation of the VK_KHR_ray_tracing Vulkan extension for ray tracing on Windows using C++. | 43 |
nvpro-samples/gl_vk_chopper | A simple Vulkan rendering example | 206 |
nvpro-samples/gl_vk_bk3dthreaded | A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
gpsnoopy/raytracinginvulkan | An implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension. | 1,268 |
iorange/rtxon | A tutorial project providing an introduction to Vulkan raytracing using C++ | 373 |
nvpro-pipeline/vkhlf | An experimental high-level abstraction library on top of Vulkan | 325 |
vkoskiv/c-ray | A portable, hackable, offline CPU rendering engine | 804 |
nvpro-samples/gl_vk_supersampled | Demonstrates super-sampled rendering in Vulkan using two implementations and compact constructor-based code | 64 |
elfrank/raytracer-gpupro4 | An interactive ray tracing demo using DirectX 11 and Compute Shader. | 23 |
nvpro-samples/optix_advanced_samples | A collection of advanced ray tracing samples showcasing OptiX's capabilities | 428 |
nvidia/visrtx | An implementation of an open-standard API for GPU-accelerated ray tracing based scientific visualization. | 243 |
nvpro-samples/gl_vk_threaded_cadscene | A sample project demonstrating various rendering approaches using OpenGL and Vulkan with threaded CAD scene rendering | 164 |
shocker-0x15/vlr | A GPU-based ray tracing renderer utilizing NVIDIA OptiX 7. | 222 |