Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Native Packages

This folder contains NuGet distributions of the binaries for the various libraries we bind to. Previously, this had its own repository, but was coalesced into this repository to be reunited with the rest of Silk.NET.

In 3.0 we intend to move the packages to use the Silk.NET.* prefix instead of old Ultz.* prefix (Silk.NET.DXVK.Native, Silk.NET.SPIRV.Reflect.Native, and Silk.NET.Vkd3d.Native are not effected). The folder and project file names reflect this change today, but still use the old package IDs within them. The mapping of the old package IDs to the new project is as follows:

  • Ultz.Native.Assimp - Silk.NET.Assimp.Native
  • Ultz.Native.GLFW - Silk.NET.GLFW.Native
  • Ultz.Native.SDL - Silk.NET.SDL.Native

Each binary distribution inherits the license from the library contained within it, and you should check it for compatibility with the rest of your solution:

  • Silk.NET.Assimp.Native: BSD-3-Clause
  • Silk.NET.SDL.Native and Silk.NET.GLFW.Native: Zlib
  • Silk.NET.OpenAL.Soft.Native: LGPL-2.0-or-later
  • Silk.NET.WebGPU.Native.WGPU: MIT/Apache-2.0
  • Silk.NET.DXVK.Native: Zlib
  • Silk.NET.SPIRV.Reflect.Native: Apache-2.0
  • Silk.NET.Vkd3d.Native: GPL-2.1