Social Media Links

Linkedin
Twitter
Github
YouTube
Instagram

NVIDIA builds the GPUs most radiance field work runs on, and open sources 3DGRUT, fVDB and vkSplatting on top of them.

Location

Santa Clara, CA

Size

10,000+

Total raised

Hiring?

Yes!

Platform

Linux and Windows for 3DGRUT and fVDB, Omniverse and Isaac Sim on Linux and Windows, and vkSplatting anywhere Vulkan runs

GPU

NVIDIA GPU required across the stack. 3DGRUT builds against CUDA and needs OptiX for its ray tracing path, fVDB builds against CUDA, and vkSplatting needs a Vulkan capable GPU. There is no supported AMD or Apple Silicon path

Pricing

The open source projects are free. Omniverse and Isaac Sim are licensed commercially

License

Mixed. Apache 2.0 for 3DGRUT and fVDB, NVIDIA Source Code License for Instant NGP, proprietary for Omniverse and Isaac Sim

Best for

Local radiance field training and ray traced Gaussian rendering on NVIDIA hardware

Updated

July 2026

NVIDIA has built accelerated computing hardware since 1993 and now sits at both ends of the radiance field pipeline, supplying the GPUs that nearly all training runs on and publishing the reconstruction code that runs on them. Instant NGP established that position in 2022 by collapsing NeRF training from hours to seconds with a multiresolution hash encoding, and Instant NGP 2.0 pushed rendering into real time by fusing the pipeline with just in time compilation through tiny-cuda-nn 2.0. Instant NGP ships under the NVIDIA Source Code License, which requires a separate agreement for commercial use.

3DGRUT is the current research vehicle. NVIDIA committed to open sourcing 3DGRT and 3DGUT in January 2025 and shipped them together under Apache 2.0, pairing an OptiX ray tracer that handles secondary rays, reflections and refraction with a CUDA rasterizer whose unscented transform renders distorted and rolling shutter cameras a standard projection cannot. Version 1.1.0 added a NuRec export pipeline, PPISP and training upgrades, and the repository reads NCore v4 datasets. An in-tree 2.0.0 landed on the main branch in July 2026, generalising both renderers from fixed three channel spherical harmonics to arbitrary dimension per particle features decoded by a small MLP, and adding FP16 storage options and tiny-cuda-nn bindings. NVIDIA has published no v2.0.0 tag and no GitHub Release, so the newest tagged build is still v1.1.0.

fVDB is the sparse spatial data library underneath much of that work. The 0.4 release landed ahead of GTC 2026 and 0.5.0 turned it into a multi-GPU Gaussian splatting stack that distributes a single reconstruction across several devices. On the viewing side NVIDIA maintains vkSplatting, a Vulkan renderer shipped as Vulkan Gaussian Splatting 2026.1 and updated at 2026.2, which replaced Phong shading with GGX physically based materials and added path traced lighting.

NuRec is the productised path. It is NVIDIA's neural reconstruction library for simulation, it reached general availability in Omniverse and ships inside Isaac Sim 6.0, where a reconstructed real environment becomes somewhere a robot policy can be trained. NVIDIA also formally released NCore, and Alpamayo 1.5 carries the same reconstruction work into autonomous driving. 3DGRUT exports to NuRec directly, which is what connects the research repository to the simulation products.

The practical constraint across all of it is that the stack is NVIDIA only, since 3DGRUT requires CUDA and OptiX, fVDB requires CUDA, and NuRec runs on NVIDIA hardware by design. The research does travel outward. Nerfstudio integrated 3DGUT as a rasterizer option, Spatial Fields carries 3DGUT scenes into Vision Pro, and third party projects reuse the Apache 2.0 3DGRUT kernels directly, including a Blender fork that ray traces splats in Cycles.

Frequently Asked Questions

Is NVIDIA 3DGRUT free to use commercially?

NVIDIA 3DGRUT is released under Apache 2.0, which permits commercial use with attribution. Instant NGP is the exception in NVIDIA's radiance field portfolio, shipping under the NVIDIA Source Code License and requiring a separate agreement for commercial work.

What is the difference between 3DGRT and 3DGUT?

3DGRT is NVIDIA's OptiX ray tracer for Gaussian particles, handling secondary rays, reflections and refraction. 3DGUT is the CUDA rasterizer, and its unscented transform lets it render distorted and rolling shutter cameras that a standard projection cannot. 3DGRUT is the single repository that ships both.

Does NVIDIA 3DGRUT have a version 2.0 release?

3DGRUT carries an in-tree version of 2.0.0 on its main branch, but NVIDIA has published no v2.0.0 tag and no GitHub Release, so the newest tagged build is still v1.1.0. Anyone installing from a release rather than from source is on 1.1.0.

What GPU do NVIDIA's radiance field tools need?

NVIDIA's radiance field tools need an NVIDIA GPU. 3DGRUT builds against CUDA and requires OptiX for ray tracing, fVDB builds against CUDA, and vkSplatting requires a Vulkan capable GPU. There is no supported AMD or Apple Silicon path.

Alternatives