Silk.NET.Templates 2.20.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet new install Silk.NET.Templates::2.20.0
This package contains a .NET Template Package you can call from the shell/command line.

Silk.NET Logo

Silk.NET is your one-stop-shop for high-speed .NET multimedia, graphics, and compute; providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX.

Use Silk.NET to spruce up applications with cross-platform 3D graphics, audio, compute and haptics!

Silk.NET works on any .NET Standard 2.0 compliant platform, including .NET 6.0, Xamarin, .NET Framework 4.6.1+, and .NET Core 2.0+.

.NET Foundation

Proud to be an official project under the benevolent .NET Foundation umbrella.

About This Package

A package with template projects for Silk.NET. This is a quick and easy way to get started with Silk.NET. First, install the templates using dotnet new --install Silk.NET.Templates, and then create a project using these templates:

  • OpenGL (with a triangle): dotnet new silkgltriangle OpenGL (blank): dotnet new silkgl
  • Blank Window: dotnet new silkwindow

Features

Performance

Having poured lots of hours into examining generated C# code and its JIT assembly, you can count on us to deliver blazing fast bindings with negligible overhead induced by Silk.NET!

Up-to-date

With an efficient bindings regeneration mechanism, we are committed to ensuring our bindings reflect the latest specifications with frequent updates generated straight from the upstream sources.

High-level utilities

In addition to providing high-speed, direct, and transparent bindings, we provide high-level utilities and wrappers to maximise productivity in common workloads such as platform-agnostic abstractions around Windowing and Input, bringing your apps to a vast number of platforms without changing a single line!

Good-to-go

Silk.NET caters for anything you could need in swift development of multimedia, graphics, compute applications. Silk.NET is an all-in-one solution, complete with Graphics, Compute, Audio, Input, and Windowing.

Funding

Silk.NET requires significant effort to maintain, as such we greatly appreciate any financial support you are able to provide!

This helps ensure Silk.NET's long term viability, and to help support the developers who maintain Silk.NET in their free time. Kai is accepting GitHub Sponsorships.

Further resources

Licensing and governance

Silk.NET is distributed under the very permissive MIT/X11 license and all dependencies are distributed under MIT-compatible licenses.

Silk.NET is a .NET Foundation project, and has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.21.0 193 4/23/2024
2.20.0 2,677 12/12/2023
2.19.0 874 11/14/2023
2.18.0 865 10/21/2023
2.17.1 491 4/9/2023
2.17.0 186 4/6/2023

Silk.NET December 2023 Update

           - Added support for UTF-8 file paths in GLFW and SDL windows (thanks @WinstonMao)
           - Updated to OpenXR 1.0.32.1
           - Updated to Vulkan 1.3.273
           - Updated to latest OpenGL specifications
           - Updated to latest OpenCL specifications
           - Fixed Matrix2X2.GetDeterminant returning incorrect values
           - Fixed ALC_SOFT_reopen_device being a non-context extension (thanks @okaniku, @doobah)