vk_denoise
Vulkan denoising
This project demonstrates how to use the OptiX denoiser on Vulkan ray-traced images
Denoising a Vulkan ray traced image using OptiX denoiser
89 stars
13 watching
7 forks
Language: C++
last commit: 6 months ago
Linked from 1 awesome list
denoiserinteropraytracingvulkan
Related projects:
Repository | Description | Stars |
---|---|---|
| Demonstrates basic integration of ray tracing and ray traversal in Vulkan using the VK_KHR_ray_tracing_pipeline extension | 1,417 |
| A simple Vulkan rendering example | 207 |
| Demonstrates super-sampled rendering in Vulkan using two implementations and compact constructor-based code | 64 |
| A collection of advanced ray tracing samples showcasing OptiX's capabilities | 429 |
| A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
| A tutorial on writing a fast and photorealistic path tracer using Vulkan API | 1,140 |
| A sample implementation of a shader-based occlusion culling system using OpenGL | 536 |
| A sample project demonstrating various rendering approaches using OpenGL and Vulkan with threaded CAD scene rendering | 165 |
| A high-performance denoising filter library for images rendered with ray tracing | 1,822 |
| An experimental high-level abstraction library on top of Vulkan | 325 |
| An implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension. | 1,283 |
| Software implementing a blind pixel-level non-local method for image denoising using additive Gaussian white noise. | 49 |
| An image denoising algorithm implementing a statistical approach to improve traditional methods | 42 |
| An experimental software rasterizer implementing the Vulkan graphics API using C++ | 44 |
| An implementation of the VK_KHR_ray_tracing Vulkan extension for ray tracing on Windows using C++. | 43 |