Veldrith.SPIRV 1.2.18

dotnet add package Veldrith.SPIRV --version 1.2.18
                    
NuGet\Install-Package Veldrith.SPIRV -Version 1.2.18
                    
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="Veldrith.SPIRV" Version="1.2.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Veldrith.SPIRV" Version="1.2.18" />
                    
Directory.Packages.props
<PackageReference Include="Veldrith.SPIRV" />
                    
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 Veldrith.SPIRV --version 1.2.18
                    
#r "nuget: Veldrith.SPIRV, 1.2.18"
                    
#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 Veldrith.SPIRV@1.2.18
                    
#: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=Veldrith.SPIRV&version=1.2.18
                    
Install as a Cake Addin
#tool nuget:?package=Veldrith.SPIRV&version=1.2.18
                    
Install as a Cake Tool

Discord Stars Activity

Veldrith is a high-performance, cross-platform graphics library for .NET, providing a unified interface over D3D12, Vulkan, and Metal.

Built on top of ppy/Veldrid and NeoVeldrid.SPIRV, Veldrith strips out legacy backends and focuses exclusively on modern low-level graphics APIs.


✨ Features

  • 🟦 D3D12 backend for Windows
  • 🔴 Vulkan backend for Windows, Linux, and Android
  • 🍎 Metal backend for macOS and iOS
  • 🔷 SPIRV shader compilation via SPIRV
  • Push Constants / Root Constants / setVertexBytes support per backend
  • 🧹 Modern, clean API — no legacy OpenGL or DX11 baggage

🪙 Installation - NuGet

dotnet add package Veldrith --version [VERSION]

📖 Installation - From Source

  1. Clone this repository: https://github.com/Stellution-Studios/Veldrith
  2. Add Veldrith.csproj as a reference to your project.

💻 Supported Platforms

Platform D3D12 Vulkan Metal
Windows ✔️ ✔️
Linux ✔️
macOS 🔶 ✔️
Android ✔️
iOS 🔶 ⚠️

🔶 — Requires MoltenVK as a translation layer from Vulkan to Metal.

⚠️ - iOS is not tested. Use at your own risk.


✉️ Community & Support


✍️ Acknowledgements

Veldrith is built on top of the excellent work from ppy/Veldrid and NeoVeldrid.SPIRV.

This library is available under the MIT license.

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 (1)

Showing the top 1 NuGet packages that depend on Veldrith.SPIRV:

Package Downloads
Bliss

A fast, Cross-platform .NET 10 C# 14 Render Framework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.18 86 6/21/2026
1.2.17 83 6/21/2026
1.2.16 84 6/21/2026
1.2.15 84 6/21/2026
1.2.14 78 6/21/2026
1.2.13 73 6/21/2026
1.2.12 171 6/15/2026
1.2.11 369 5/26/2026
1.2.10 143 5/25/2026
1.2.9 134 5/21/2026
1.2.8 98 5/21/2026
1.2.7 99 5/21/2026
1.2.6 145 5/20/2026
1.2.5 110 5/20/2026
1.2.0 90 5/20/2026
1.1.1 116 5/19/2026
1.1.0 98 5/19/2026
1.0.3 119 5/19/2026
1.0.2 101 5/19/2026
1.0.1 132 5/19/2026
Loading failed