Magnesium 5.2.8

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

C# graphics frontend interface (to Vulkan or any graphics library)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Magnesium:

Package Downloads
Magnesium.Vulkan

C# implementation of Vulkan 1.0 library

Magnesium.OpenGL

Partial OpenGL polyfill implementation of Vulkan 1.0 library using OpenGL

Magnesium.OpenGL.DesktopGL

OpenGL polyfill implementation of Vulkan 1.0 library using OpenGL and OpenTK

Magnesium.Metal

Vulkan 1.0 implementation using Xamarin.Metal

Magnesium.PresentationSurfaces.OpenTK

Contains OpenTK implementation of IMgPresentationSurface

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.2.8 3,173 10/9/2017
5.2.8-beta 1,215 9/1/2017
5.2.7-beta 948 8/18/2017
5.1.2-beta 1,007 3/20/2017
5.1.1 1,943 3/6/2017
5.0.4 3,421 11/7/2016
4.0.0 2,574 11/1/2016

SHOULD BE LAST COMPATIBLE VERSION BEFORE INTERFACE CHANGE
     - New enum value MgDeviceExtensionOption.SWAPCHAIN_ONLY
     - MgDefaultGraphicsConfiguration uses MgDeviceExtensionOption.SWAPCHAIN_ONLY as its default option
     - MgDefaultGraphicsDevice will ignore user specified DepthFormat and use highest available version