Silk.NET.OpenAL.Soft.Native
1.21.1.1
Prefix Reserved
See the version list below for details.
dotnet add package Silk.NET.OpenAL.Soft.Native --version 1.21.1.1
NuGet\Install-Package Silk.NET.OpenAL.Soft.Native -Version 1.21.1.1
<PackageReference Include="Silk.NET.OpenAL.Soft.Native" Version="1.21.1.1" />
paket add Silk.NET.OpenAL.Soft.Native --version 1.21.1.1
#r "nuget: Silk.NET.OpenAL.Soft.Native, 1.21.1.1"
// Install Silk.NET.OpenAL.Soft.Native as a Cake Addin #addin nuget:?package=Silk.NET.OpenAL.Soft.Native&version=1.21.1.1 // Install Silk.NET.OpenAL.Soft.Native as a Cake Tool #tool nuget:?package=Silk.NET.OpenAL.Soft.Native&version=1.21.1.1
Multi-platform native library for OpenAL Soft.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (8)
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. |
|
SimulationFramework.Desktop
The desktop environment for SimulationFramework. |
|
Promete
A lightweight, extensible and easy game engine. |
|
DrippyAL
A wrapper for OpenAL to simplify audio playback |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Silk.NET.OpenAL.Soft.Native:
Repository | Stars |
---|---|
ProwlEngine/Prowl
An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor
|
|
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
|
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>