Volumetric-Path-Tracer
Volumetric renderer
A software framework for rendering volumetric paths on GPU using CUDA
Volumetric path tracer using cuda
259 stars
13 watching
22 forks
Language: C++
last commit: 10 months ago
Linked from 1 awesome list
cloudcudagpu-renderingnvidiaopen-vdbpath-tracervdbvolume-renderingvolumetric
Related projects:
Repository | Description | Stars |
---|---|---|
brickray/gpu-pathtracer | A physically based path tracer for GPU rendering using CUDA. | 56 |
shocker-0x15/vlr | A GPU-based ray tracing renderer utilizing NVIDIA OptiX 7. | 222 |
pmndrs/react-three-gpu-pathtracer | Provides a React abstraction for rendering 3D scenes using Path Tracing | 165 |
nvpro-samples/vk_mini_path_tracer | A tutorial on writing a fast and photorealistic path tracer using Vulkan API | 1,123 |
nadrin/quartz | A Vulkan-based path tracer with a declarative scene description language | 435 |
vaneenige/phenomenon | A small, low-level WebGL library providing essentials for high-performance rendering of particles on the GPU. | 1,778 |
trungtle/tlvulkanrenderer | A Vulkan-based renderer for demonstrating real-time transparency algorithms on the GPU. | 96 |
google/neuroglancer | A web-based viewer for volumetric data visualization. | 1,090 |
excess-demogroup/even-laster-engine | A Vulkan-based demo engine for rendering 3D graphics | 102 |
yangrc1234/volumecloud | A Unity3D plugin for rendering cloud using raymarch | 640 |
srvm/cupti_profiler | A CUDA profiling library that allows developers to collect metrics and events from within CUDA applications. | 37 |
nvpro-samples/gl_vk_bk3dthreaded | A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
azhirnov/glsl_trace | A library for debugging and profiling shaders in graphics rendering applications | 32 |
therealmjp/dxrpathtracer | A simple path tracer implemented using DirectX Ray Tracing (DXR) to generate images from 3D scenes. | 724 |
nvpro-samples/gl_vk_meshlet_cadscene | Demonstrates rendering of CAD models using mesh shaders for high-performance rendering | 363 |