Silk.NET.OpenAL.Soft.Native 1.21.1

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 add package Silk.NET.OpenAL.Soft.Native --version 1.21.1
NuGet\Install-Package Silk.NET.OpenAL.Soft.Native -Version 1.21.1
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.OpenAL.Soft.Native" Version="1.21.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Silk.NET.OpenAL.Soft.Native --version 1.21.1
#r "nuget: Silk.NET.OpenAL.Soft.Native, 1.21.1"
#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.
// Install Silk.NET.OpenAL.Soft.Native as a Cake Addin
#addin nuget:?package=Silk.NET.OpenAL.Soft.Native&version=1.21.1

// Install Silk.NET.OpenAL.Soft.Native as a Cake Tool
#tool nuget:?package=Silk.NET.OpenAL.Soft.Native&version=1.21.1

Multi-platform native library for OpenAL Soft.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Silk.NET.OpenAL.Soft.Native:

Package Downloads
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ä.

DotFeather

A lightweight, extensible and easy game engine.

DrippyAL

A wrapper for OpenAL to simplify audio playback

Promete

A lightweight, extensible and easy game engine.

Molten.Audio.OpenAL

The start of an open-source, cross-platform game engine, written in C#

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Silk.NET.OpenAL.Soft.Native:

Repository Stars
Pyrdacor/Ambermoon.net
Ambermoon rewrite in C#
Syncaidius/MoltenEngine
A spare-time C# .NET 8 game engine project. Cross-platform, multi-threaded.
sinshu/meltysynth
A SoundFont MIDI synthesizer for .NET
Version Downloads Last updated
1.23.1 267 4/23/2024
1.21.1.2 10,882 4/6/2023
1.21.1.1 25,985 7/3/2021
1.21.1 924 6/8/2021

Silk.NET June 2021 Update

           - OpenXR bindings are now production-ready & no longer experimental!
           - Add (optional) native binaries for OpenAL Soft
           - Add support for reversed-z projection matrices in Silk.NET.Maths
           - Add bindings for a number of missing Vulkan and OpenCL extensions
           - Add OpenGL-OpenXR interoperability helper APIs
           - Add more helper APIs in Silk.NET.Core and Silk.NET.Maths
           - Update to latest OpenGL and OpenGLES specifications
           - Update to OpenXR 1.0.16
           - Update to Vulkan 1.2.180
           - Fix SDL OpenGL context issues when not using OpenGL
           - Fix GLFW native window issues on 32-bit Windows
           - Fix OpenXR loading issues
           - Fix incorrect bindings in OpenXR
           - Miscellaneous windowing & input bugfixes & improvements