VK_KHR_ray_tracing

Ray tracer

An implementation of the VK_KHR_ray_tracing Vulkan extension for ray tracing on Windows using C++.

VK_KHR_ray_tracing example

GitHub

43 stars
6 watching
4 forks
Language: C++
last commit: almost 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
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
shocker-0x15/vlr A GPU-based ray tracing renderer utilizing NVIDIA OptiX 7. 222
vkoskiv/c-ray A portable, hackable, offline CPU rendering engine 804
mhorga/raytracing A Swift implementation of ray tracing algorithms for rendering 3D scenes 16
mchav/frege-raytracer A ray tracing library written in Frege, optimized for performance. 4
renderkit/ospray A high-performance ray tracing rendering engine for interactive applications 1,018
nvidia/visrtx An implementation of an open-standard API for GPU-accelerated ray tracing based scientific visualization. 243
ali-raheem/vraytracer An educational ray tracing project built in Vlang to generate 3D images 49
nvpro-samples/vk_mini_path_tracer A tutorial on writing a fast and photorealistic path tracer using Vulkan API 1,123
jbikker/lighthouse2 A high-performance rendering framework for real-time ray tracing and path tracing. 845
ashpil/moonshine A general-purpose ray tracing renderer built with Zig and Vulkan. 115
gpsnoopy/raytracinginvulkan An implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension. 1,268
nadrin/quartz A Vulkan-based path tracer with a declarative scene description language 435
bluebrain/ospray An open source ray tracing engine for high-performance visualization on CPUs. 3
dps/rust-raytracer A simple ray tracing implementation in Rust to generate 3D images with lighting, texture mapping, and parallel rendering. 241