OpenTKWithOpenAL 1.1.1456.5398

There is a newer version of this package available.
See the version list below for details.
dotnet add package OpenTKWithOpenAL --version 1.1.1456.5398
NuGet\Install-Package OpenTKWithOpenAL -Version 1.1.1456.5398
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="OpenTKWithOpenAL" Version="1.1.1456.5398" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenTKWithOpenAL --version 1.1.1456.5398
#r "nuget: OpenTKWithOpenAL, 1.1.1456.5398"
#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 OpenTKWithOpenAL as a Cake Addin
#addin nuget:?package=OpenTKWithOpenAL&version=1.1.1456.5398

// Install OpenTKWithOpenAL as a Cake Tool
#tool nuget:?package=OpenTKWithOpenAL&version=1.1.1456.5398

The Open Toolkit Library (OpenTK) with OpenAL multimedia support

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  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.

This package has no dependencies.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on OpenTKWithOpenAL:

Package Downloads
DeltaEngine.Xna

Xna Version of the Delta Engine, requires Xna 4.0 framework to be installed. The Delta Engine allows you to develop applications and especially games for many different platforms (mobile, tablets, console, PC) completely under Windows with .NET or native C++ by using your favorite tools.

DeltaEngine.OpenTK

OpenGL Version of the Delta Engine, uses OpenTK. The Delta Engine allows you to develop applications and especially games for many different platforms (mobile, tablets, console, PC) completely under Windows with .NET or native C++ by using your favorite tools.

DeltaEngine.SharpDX

DirectX Version of the Delta Engine, uses SharpDX. The Delta Engine allows you to develop applications and especially games for many different platforms (mobile, tablets, console, PC) completely under Windows with .NET or native C++ by using your favorite tools.

DeltaEngine.MonoGame

MonoGame Version of the Delta Engine, requires MonoGame 3 framework to be installed. The Delta Engine allows you to develop applications and especially games for many different platforms (mobile, tablets, console, PC) completely under Windows with .NET or native C++ by using your favorite tools.

DeltaEngine.GLFW

OpenGL Version of the Delta Engine, uses GLFW3 (Pencil.Gaming). The Delta Engine allows you to develop applications and especially games for many different platforms (mobile, tablets, console, PC) completely under Windows with .NET or native C++ by using your favorite tools.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on OpenTKWithOpenAL:

Repository Stars
DeltaEngine/DeltaEngine
Open Source Multiplatform Game Engine, C# OpenGL Version (custom wrapper) including the Editor
Version Downloads Last updated
1.1.1579.5793 1,691 4/29/2014
1.1.1508.5724 1,711 2/17/2014
1.1.1456.5398 1,339 12/27/2013
1.1.1161.61462 8,491 8/28/2013
1.1.1160.61462 4,619 3/7/2013
1.1.804.3121 2,622 10/9/2012
1.1.788.3121 1,351 10/9/2012

Provides the OpenTK library for Windows and adds the native OpenAL32.dll and wrap_oal.dll to make audio work. If you don't need OpenAL support just use the OpenTK package. Newest build 2013-12-27 based on the official https://github.com/opentk/opentk repository (develop branch with all fixes from 2013 and much improved startup time). Also used in the Delta Engine.