VOOZH about

URL: https://www.nuget.org/packages/Veldrid/

⇱ NuGet Gallery | Veldrid 4.9.0




Veldrid 4.9.0

dotnet add package Veldrid --version 4.9.0
 
 
NuGet\Install-Package Veldrid -Version 4.9.0
 
 
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="Veldrid" Version="4.9.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Veldrid" Version="4.9.0" />
 
Directory.Packages.props
<PackageReference Include="Veldrid" />
 
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 Veldrid --version 4.9.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Veldrid, 4.9.0"
 
 
#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 Veldrid@4.9.0
 
 
#: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=Veldrid&version=4.9.0
 
Install as a Cake Addin
#tool nuget:?package=Veldrid&version=4.9.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

A low-level, hardware-accelerated graphics and compute library for .NET, with backends for Vulkan, Metal, Direct3D 11, OpenGL, and OpenGL ES. Veldrid can be used to create high-performance 2D and 3D games, simulations, tools, and other graphical applications.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (36)

Showing the top 5 NuGet packages that depend on Veldrid:

Package Downloads
Veldrid.SPIRV

Veldrid integration for the SPIRV-Cross native library. Contains functionality to cross-compile SPIR-V bytecode into HLSL, GLSL, ESSL, and MSL shaders for use with Veldrid.

Veldrid.StartupUtilities

Helper classes for creating and managing application windows and user input.

Veldrid.ImageSharp

ImageSharp integration for Veldrid. Provides functionality for loading GPU Textures with ImageSharp.

Veldrid.ImGui

ImGui integration for Veldrid. Provides a simple interface for rendering and interacting with ImGui.NET.

Veldrid.Utilities

Miscellaneous utility functions useful for Veldrid.

GitHub repositories (21)

Showing the top 20 popular GitHub repositories that depend on Veldrid:

Repository Stars
dotnet/Silk.NET
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
space-wizards/space-station-14
A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
veldrid/veldrid
A low-level, portable graphics library for .NET.
ImGuiNET/ImGui.NET
An ImGui wrapper for .NET.
OpenSAGE/OpenSAGE
OpenSAGE is a free, open source re-implementation of SAGE, the 3D real time strategy (RTS) engine used in Command & Conquer: Generals and other RTS titles from EA Pacific. Written in C#. Not affiliated with EA.
goatcorp/Dalamud
FFXIV plugin framework and API
mellinoe/ShaderGen
Proof-of-concept library for generating HLSL, GLSL, and Metal shader code from C#,
ncatlin/rgat
An instruction trace visualisation tool for dynamic program analysis
LogicAndTrick/sledge
An open source alternative to Valve's Hammer Editor for the Goldsource engine. (No longer in development)
RMC-14/RMC-14
RMC-14 is an asymmetric PvP game that runs on Robust Toolbox.
space-syndicate/space-station-14
🚀 Билд первого русскоязычного сервера Space Station 14
Goob-Station/Goob-Station
We're not even close to "Wizden, but random" at this point. Super chud SS14 fork. By chuds, for chuds.
mellinoe/veldrid-raytracer
A C# ray tracer, capable of running on both the CPU and GPU.
ImAxel0/Openthesia
Customizable midi visualization software kinda like Synthesia for Windows (Wine-compatible on Linux)
Drake53/War3Net
The complete .NET toolkit for Warcraft III modding.
OpenTPW/OpenTPW
An open-source re-implementation of Bullfrog's Sim Theme Park / Theme Park World (1999)
new-frontiers-14/frontier-station-14
A 2D multiplayer sandbox survival game set in space. Based off from the cult-classic Space Station 13/14.
DeltaV-Station/Delta-v
A fork of Space Station 14, embracing a mixture of classic SS13 chaos and experimentation only possible with the new engine
elix22/Sokol.NET
Cross-platform graphics framework for C# with .NET NativeAOT | Desktop • Mobile • Web | Direct3D • Metal • OpenGL • WebGL
mellinoe/veldrid-samples
Sample projects for Veldrid
Version Downloads Last Updated
4.9.0 175,842 2/3/2023
4.9.0-beta2 59,104 9/3/2022
4.9.0-beta1 5,736 1/29/2022
4.8.0 3,777,196 7/6/2020
4.7.0 207,576 8/26/2019
4.6.1 46,707 3/30/2019
4.6.0 5,575 3/28/2019
4.5.0 64,451 12/16/2018
4.4.0 42,708 8/16/2018
4.4.0-beta2 2,419 7/25/2018
4.4.0-beta1 2,911 6/25/2018
4.3.3 11,536 6/13/2018
4.3.2 6,530 6/13/2018
4.3.1 6,544 6/13/2018
4.3.0 6,769 6/11/2018
4.2.0 7,679 5/11/2018
4.2.0-beta1 2,594 4/15/2018
4.1.4 7,888 3/24/2018
4.1.3 6,638 3/19/2018
Loading failed