VisRTX
Ray tracing API
An implementation of an open-standard API for GPU-accelerated ray tracing based scientific visualization.
NVIDIA OptiX based implementation of ANARI
243 stars
23 watching
24 forks
Language: C++
last commit: 7 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
nvidiagameworks/gettingstartedwithrtxraytracing | A tutorial project providing an introduction to RTX Ray Tracing using C++ and DirectX. | 657 |
nvidiagameworks/dxrtutorials | A collection of tutorials demonstrating the use of DirectX Raytracing API | 838 |
nvidia/q2rtx | An implementation of NVIDIA's RTX path-tracing global illumination technology in the Quake II game engine | 1,219 |
gpsnoopy/raytracinginvulkan | An implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension. | 1,268 |
maierfelix/vk_khr_ray_tracing | An implementation of the VK_KHR_ray_tracing Vulkan extension for ray tracing on Windows using C++. | 43 |
apress/ray-tracing-gems | Provides source code examples and references for real-time rendering using DXR and other APIs. | 977 |
shocker-0x15/vlr | A GPU-based ray tracing renderer utilizing NVIDIA OptiX 7. | 222 |
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 |
andrejnau/flycube | A low-level graphics API providing features like ray tracing and support for multiple backends | 388 |
bluebrain/ospray | An open source ray tracing engine for high-performance visualization on CPUs. | 3 |
lighttransport/nanort | A lightweight, single-header ray tracing kernel with built-in geometry and intersection tools. | 1,079 |
renderkit/ospray | A high-performance ray tracing rendering engine for interactive applications | 1,018 |
elfrank/raytracer-gpupro4 | An interactive ray tracing demo using DirectX 11 and Compute Shader. | 23 |
ali-raheem/vraytracer | An educational ray tracing project built in Vlang to generate 3D images | 49 |
acmarrs/introtodxr | A sample application to get started with DirectX Raytracing (DXR) using the raw API calls. | 398 |