VLR
Ray tracer
A GPU-based ray tracing renderer utilizing NVIDIA OptiX 7.
GPU Monte Carlo Ray Tracing Renderer using NVIDIA OptiX 7
222 stars
14 watching
25 forks
Language: C++
last commit: 29 days ago
Linked from 1 awesome list
gpumonte-carlo-ray-tracingoptixpath-tracingrtx
Related projects:
Repository | Description | Stars |
---|---|---|
maierfelix/vk_khr_ray_tracing | An implementation of the VK_KHR_ray_tracing Vulkan extension for ray tracing on Windows using C++. | 43 |
elfrank/raytracer-gpupro4 | An interactive ray tracing demo using DirectX 11 and Compute Shader. | 23 |
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 |
bluebrain/ospray | An open source ray tracing engine for high-performance visualization on CPUs. | 3 |
ingowald/rtow-optix | A ray tracing sample using OptiX with CUDA | 88 |
jbikker/lighthouse2 | A high-performance rendering framework for real-time ray tracing and path tracing. | 845 |
dps/rust-raytracer | A simple ray tracing implementation in Rust to generate 3D images with lighting, texture mapping, and parallel rendering. | 241 |
vkoskiv/c-ray | A portable, hackable, offline CPU rendering engine | 804 |
nvidia/visrtx | An implementation of an open-standard API for GPU-accelerated ray tracing based scientific visualization. | 243 |
favreau/sol-r | A CUDA/OpenCL-based ray-tracer software project that enables real-time rendering of 3D images and scenes. | 306 |
rikoophorst/dxr-path-tracing | A path tracer with DirectX Raytracing and OptiX denoising capabilities for real-time graphics rendering | 100 |
ali-raheem/vraytracer | An educational ray tracing project built in Vlang to generate 3D images | 49 |
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 |
nadrin/quartz | A Vulkan-based path tracer with a declarative scene description language | 435 |