NVIDIA KICKSTART RT SDK
The Kickstart RT SDK enables developers to get more realistic dynamic lighting into their game engines in a much shorter timespan than traditional methods. It is a cross-API, cross platform solution that brings real-time ray-traced reflections, shadows, ambient occlusion and global illumination to game engines.

This scene highlights ray-traced global illumination, ambient occlusion and shadows; all enabled through Kickstart RT.
Benefits of Kickstart RT
Faster Integration Time
Kickstart RT forgoes traditional Direct3D 12 API requirements and invasive changes to existing material systems.
One Stop Shop
The SDK enables real-time ray-traced reflections, shadows, ambient occlusion and global illumination under one umbrella.
Runs Everywhere
This is a cross-API and cross-platform solution that provides APIs via Direct3D11, Direct3D12 and Vulkan. It can run on Windows and Linux systems.
Available Effects in Kickstart RT
Ray-Traced Global Illumination and Ambient Occlusion
Ray-traced ambient occlusion and global illumination provides the subtle indirect light that really enhances a scene. Kickstart RT allows dynamic contributions to indirect lighting by capturing those contributions to the direct lighting cache and then tracing them in the scene.


Ray-Traced Reflections
Reflections of dynamic geometry that are not on screen are one of the hallmark features of real-time ray-tracing. Kickstart RT can trace against the persistent direct lighting cache to render ray-traced reflections (including transparency) and increase the dynamic immersion of a scene. All without the need to prepare and bind a list of materials to trace against!
Ray-Traced Shadows
Ray-traced shadows provide higher fidelity compared to traditional shadow mapping techniques. We cast rays across a scene to realistically account for characters, objects and foliage that block light, resulting in lifelike dynamic shadows.

See the Latest NVIDIA Ray Tracing News

Optimizing Large-Scale Sparse Volumetric Data with NVIDIA NeuralVDB Early Access
Building on the past decade’s development of OpenVDB, the introduction of NVIDIA NeuralVDB is a game-changer for developers and researchers working with extremely large and complex datasets. The pre-release version of NVIDIA NeuralVDB brings AI and GPU optimization to OpenVDB, delivering up to a 100x reduction in memory footprint for smoke, clouds, and other sparse … Continued

Practical Tips for Optimizing Ray Tracing
To achieve high efficiency with ray tracing, you must build a pipeline that scales well at every stage. This starts from mesh instance selection and their data processing towards optimized tracing and shading of every hit that you encounter. Instance data generation In a common scene, there can be far more static than dynamic objects. … Continued

Explainer: What Is Denoising?
Denoising is an advanced technique used to decrease grainy spots and discoloration in images while minimizing the loss of quality.

New Release: NVIDIA RTX Global Illumination 1.3
NVIDIA RTX Global Illumination (RTXGI) 1.3 includes highly requested features such as dynamic library support, an increased maximum probe count per DDGI volume by 2x, support for Shader Model 6.6 Dynamic Resources in D3D12, and more.