Silk.NET.Input 2.6.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Silk.NET.Input --version 2.6.0
                    
NuGet\Install-Package Silk.NET.Input -Version 2.6.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="Silk.NET.Input" Version="2.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Silk.NET.Input" Version="2.6.0" />
                    
Directory.Packages.props
<PackageReference Include="Silk.NET.Input" />
                    
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 Silk.NET.Input --version 2.6.0
                    
#r "nuget: Silk.NET.Input, 2.6.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.
#addin nuget:?package=Silk.NET.Input&version=2.6.0
                    
Install Silk.NET.Input as a Cake Addin
#tool nuget:?package=Silk.NET.Input&version=2.6.0
                    
Install Silk.NET.Input as a Cake Tool

Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (20)

Showing the top 5 NuGet packages that depend on Silk.NET.Input:

Package Downloads
Silk.NET

Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.

Jypeli.NET

Jypeli is a simple C# game programming library built on top of .NET and Silk.NET. It is used as a tool for teaching programming in the University of Jyväskylä.

Ahsoka.Core.Drawing

Package Description

Silk.NET.Input.Desktop

Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.

SimulationFramework.Desktop

The desktop environment for SimulationFramework.

GitHub repositories (9)

Showing the top 9 popular GitHub repositories that depend on Silk.NET.Input:

Repository Stars
rds1983/Myra
UI Library for MonoGame, FNA and Stride
vercidium-patreon/meshing
Greedy meshing algorithm for voxel models
Pyrdacor/Ambermoon.net
Ambermoon rewrite in C#
0auBSQ/OpenTaiko
An improved and personalized version of TJAPlayer3-Develop-Rewrite, .tja chart player axed on entertainment and creativity.
FontStashSharp/FontStashSharp
C# port of https://github.com/memononen/fontstash
davidwengier/Trains.NET
A simple 2D game written in C# with .NET Core. Development is streamed live on https://twitch.tv/davidwengier and past streams available on YouTube at http://bit.ly/trains-net-videos
SilkCommunity/TrippyGL
A simple, lightweight yet highly versatile OpenGL graphics library
hjoykim/THREE
c# port of Three.js
natecurtiss/mirage
A small 2D C# game engine I made in about 24 hours.
Version Downloads Last updated
2.22.0 26,933 11/5/2024
2.21.0 28,806 4/23/2024
2.20.0 17,860 12/12/2023
2.19.0 6,176 11/14/2023
2.18.0 2,866 10/21/2023
2.17.1 16,447 4/9/2023
2.17.0 12,009 4/6/2023
2.16.0 21,391 8/2/2022
2.15.0 9,643 4/2/2022
2.14.0 3,377 3/15/2022
2.13.0 2,176 2/6/2022
2.12.0 6,818 1/7/2022
2.11.0 4,290 12/6/2021
2.10.1 1,057 11/10/2021
2.10.0 708 11/6/2021
2.9.0 1,477 10/5/2021
2.8.0 1,260 9/4/2021
2.7.0 1,110 8/9/2021
2.6.0 2,738 7/3/2021
2.5.0 2,343 6/8/2021
2.4.0 1,058 5/7/2021
2.3.0 1,011 4/3/2021
2.2.0 844 3/6/2021
2.1.0 850 2/16/2021
2.0.0 919 1/2/2021
2.0.0-preview5 402 12/29/2020
2.0.0-preview4 535 12/8/2020
2.0.0-preview3 549 11/17/2020
2.0.0-preview2 628 8/21/2020
2.0.0-preview 15,180 7/15/2020
1.9.0 878 12/4/2020
1.8.0 1,822 11/6/2020
1.7.0 1,164 10/2/2020
1.6.0 939 9/4/2020
1.5.0 952 8/7/2020
1.4.0 2,491 7/3/2020
1.3.0 1,137 6/5/2020
1.2.1 861 5/16/2020
1.2.0 855 5/1/2020
1.1.1 1,060 4/13/2020
1.1.0 1,355 4/5/2020
1.0.1 912 3/17/2020
1.0.0 1,207 3/6/2020
1.0.0-preview5 566 2/18/2020
1.0.0-preview4 585 2/8/2020
1.0.0-preview3 993 11/15/2019
1.0.0-preview2 561 8/10/2019
1.0.0-preview 571 8/4/2019

Silk.NET July 2021 Update

           - Add support for OpenAL Soft native libraries for ALContext
           - Update to Vulkan 1.2.183
           - Update to latest OpenCL specifications
           - Fix struct layout issues in DirectX and OpenXR bindings
           - Fix OpenCL library name resolution on Linux
           - Fix NU5127, NU5128, and NU1701 native package NuGet errors on .NET Framework
           - Improve FileNotFoundExceptions when native library loading fails
           - Improve GlobalMemory call chains by removing unnecessary usage of Span<T>