RayTracingInVulkan
Real-time ray tracer
An implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension.
Implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension.
1k stars
21 watching
116 forks
Language: C++
last commit: 7 months ago
Linked from 3 awesome lists
ray-tracerrtxvulkan
Related projects:
Repository | Description | Stars |
---|---|---|
ingowald/rtow-optix | A ray tracing sample using OptiX with CUDA | 88 |
nelarius/weekend-raytracer-zig | An implementation of Ray Tracing in One Weekend book using Zig programming language | 92 |
elfrank/raytracer-gpupro4 | An interactive ray tracing demo using DirectX 11 and Compute Shader. | 23 |
jbikker/lighthouse2 | A high-performance rendering framework for real-time ray tracing and path tracing. | 845 |
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,393 |
favreau/sol-r | A CUDA/OpenCL-based ray-tracer software project that enables real-time rendering of 3D images and scenes. | 306 |
iorange/rtxon | A tutorial project providing an introduction to Vulkan raytracing using C++ | 373 |
nadrin/quartz | A Vulkan-based path tracer with a declarative scene description language | 435 |
nvpro-samples/vk_mini_path_tracer | A tutorial on writing a fast and photorealistic path tracer using Vulkan API | 1,123 |
tcbrindle/raytracer.hpp | A compile-time ray tracing system using C++17 constexpr functions | 693 |
mhorga/raytracing | A Swift implementation of ray tracing algorithms for rendering 3D scenes | 16 |
ashpil/moonshine | A general-purpose ray tracing renderer built with Zig and Vulkan. | 115 |
ali-raheem/vraytracer | An educational ray tracing project built in Vlang to generate 3D images | 49 |
shocker-0x15/vlr | A GPU-based ray tracing renderer utilizing NVIDIA OptiX 7. | 222 |
nvidia/visrtx | An implementation of an open-standard API for GPU-accelerated ray tracing based scientific visualization. | 243 |