OpenTK.OpenAL
4.7.4
See the version list below for details.
Install-Package OpenTK.OpenAL -Version 4.7.4
dotnet add package OpenTK.OpenAL --version 4.7.4
<PackageReference Include="OpenTK.OpenAL" Version="4.7.4" />
paket add OpenTK.OpenAL --version 4.7.4
#r "nuget: OpenTK.OpenAL, 4.7.4"
// Install OpenTK.OpenAL as a Cake Addin
#addin nuget:?package=OpenTK.OpenAL&version=4.7.4
// Install OpenTK.OpenAL as a Cake Tool
#tool nuget:?package=OpenTK.OpenAL&version=4.7.4
OpenAL bindings for dotnet from the Khronos openAL c library.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.1 |
-
.NETCoreApp 3.1
- OpenTK.Core (>= 4.7.4 && < 4.8.0)
- OpenTK.Mathematics (>= 4.7.4 && < 4.8.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on OpenTK.OpenAL:
Package | Downloads |
---|---|
OpenTK
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES, OpenAL and OpenCL. It runs on all major platforms and powers hundreds of apps, games and scientific research. It provides bindings for GLFW windowing, input and a game loop, and is the perfect start for your own game engine. OpenTK comes with simple and easy to follow tutorials for learning *modern* OpenGL. These are written by the community and represent all of the best practices to get you started. Learn how to use OpenTK here: https://opentk.net/learn/index.html Sample projects that accompany the tutorial can be found here: https://github.com/opentk/LearnOpenTK We have a very active discord server, if you need help, want to help, or are just curious, come join us! https://discord.gg/6HqD48s |
|
Garnet.Toolkit
Utility code for games, including graphics, audio, and integration with Garnet. |
|
RtkDotNetLinux
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on OpenTK.OpenAL:
Repository | Stars |
---|---|
Ryujinx/Ryujinx
Experimental Nintendo Switch Emulator written in C#
|
Version | Downloads | Last updated |
---|---|---|
5.0.0-pre.7 | 2,130 | 4/19/2022 |
5.0.0-pre.6 | 3,771 | 6/16/2021 |
5.0.0-pre.5 | 342 | 5/29/2021 |
5.0.0-pre.4 | 293 | 5/22/2021 |
5.0.0-pre.3 | 3,337 | 3/10/2021 |
5.0.0-pre.2 | 170 | 3/9/2021 |
5.0.0-pre.1 | 465 | 3/8/2021 |
4.7.4 | 7,330 | 6/17/2022 |
4.7.3 | 178 | 6/17/2022 |
4.7.2 | 56,459 | 5/3/2022 |
4.7.1 | 11,818 | 2/17/2022 |
4.7.0 | 131 | 2/16/2022 |
4.6.7 | 25,643 | 9/13/2021 |
4.6.6 | 277 | 9/13/2021 |
4.6.5 | 267 | 9/13/2021 |
4.6.4 | 16,968 | 5/28/2021 |
4.6.3 | 10,888 | 3/27/2021 |
4.6.2 | 1,770 | 3/19/2021 |
4.6.1 | 1,179 | 3/19/2021 |
4.6.0 | 1,179 | 3/18/2021 |
4.5.0 | 97,256 | 2/14/2021 |
4.4.0 | 13,474 | 12/16/2020 |
4.3.0 | 13,728 | 11/21/2020 |
4.2.0 | 2,216 | 11/12/2020 |
4.1.0 | 1,884 | 11/6/2020 |
4.0.6 | 3,218 | 10/18/2020 |
4.0.5 | 553 | 10/18/2020 |
4.0.4 | 533 | 10/17/2020 |
4.0.3 | 895 | 10/14/2020 |
4.0.2 | 835 | 10/11/2020 |
4.0.1 | 2,598 | 10/6/2020 |
4.0.0 | 3,825 | 10/2/2020 |
4.0.0-pre9.10 | 286 | 10/1/2020 |
4.0.0-pre9.9 | 210 | 9/30/2020 |
4.0.0-pre9.8 | 220 | 9/29/2020 |
4.0.0-pre9.7 | 662 | 9/20/2020 |
4.0.0-pre9.6 | 389 | 9/14/2020 |
4.0.0-pre9.5 | 225 | 9/14/2020 |
4.0.0-pre9.4 | 602 | 8/30/2020 |
FIX: Updated `OpenTK.redist.glfw` nuget reference to the latest version (`3.3.7.27`), the previous `3.3.7.25` had issues on linux.