DeltaRender 0.0.14

There is a newer version of this package available.
See the version list below for details.
dotnet add package DeltaRender --version 0.0.14
                    
NuGet\Install-Package DeltaRender -Version 0.0.14
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DeltaRender" Version="0.0.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DeltaRender" Version="0.0.14" />
                    
Directory.Packages.props
<PackageReference Include="DeltaRender" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DeltaRender --version 0.0.14
                    
#r "nuget: DeltaRender, 0.0.14"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DeltaRender@0.0.14
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DeltaRender&version=0.0.14
                    
Install as a Cake Addin
#tool nuget:?package=DeltaRender&version=0.0.14
                    
Install as a Cake Tool

DeltaRender

Vulkan-only renderer for game output, editor chrome, viewports and runtime UI. SDL3 supplies windows and Vulkan surfaces; MoltenVK is the macOS portability layer. Neither is a second renderer backend.

Boundary

DeltaRender supports one GPU execution path:

IRenderFrameSession
  -> IRenderGraph.Build(features)
  -> transfer / compute / raster passes
  -> IRenderGraph.Execute()
  -> optional present or explicit readback

The same session and graph implementation serve windowed, offscreen and compute-only work. Final shaders come from DeltaShader.Contract; XAML and text adapters translate their producer-owned data into graph passes. Render does not compile source, poll input, shape text or own ECS state.

Packages

The 0.0.14 release is published as one aligned package set:

Package Required first-party packages
DeltaRender DeltaShader.Contract 0.0.16
DeltaRender.Vulkan DeltaRender 0.0.14, DeltaShader.Contract 0.0.16
DeltaRender.Platform.SDL3 DeltaRender 0.0.14

Use matching DeltaRender package versions. The Vulkan and SDL3 packages are implementation layers over the renderer-neutral DeltaRender contract.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on DeltaRender:

Package Downloads
DeltaRender.Platform.SDL3

SDL3 window and Vulkan surface integration for DeltaRender.

DeltaRender.Vulkan

Vulkan implementation of the DeltaRender RenderGraph contract.

DeltaRender.UI

Reusable UI rendering provider with DeltaRender and generated UI/text shader programs.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.16 84 9/9/2026
0.0.15 107 9/3/2026
0.0.14 163 9/2/2026