Silk.NET.OpenAL.Soft.Native
1.21.1
Prefix Reserved
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
<PackageReference Include="Silk.NET.OpenAL.Soft.Native" Version="1.21.1" />
paket add Silk.NET.OpenAL.Soft.Native --version 1.21.1
#r "nuget: Silk.NET.OpenAL.Soft.Native, 1.21.1"
// 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 | Versions 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. |
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (7)
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. |
|
DrippyAL
A wrapper for OpenAL to simplify audio playback |
|
Promete
A lightweight, extensible and easy game engine. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Silk.NET.OpenAL.Soft.Native:
Repository | Stars |
---|---|
Pyrdacor/Ambermoon.net
Ambermoon rewrite in C#
|
|
ProwlEngine/Prowl
An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor and built on Silk.NET
|
|
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 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