OpenTKWithOpenAL 1.1.1579.5793

.NET Framework 4.0
dotnet add package OpenTKWithOpenAL --version 1.1.1579.5793
NuGet\Install-Package OpenTKWithOpenAL -Version 1.1.1579.5793
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.1579.5793" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenTKWithOpenAL --version 1.1.1579.5793
#r "nuget: OpenTKWithOpenAL, 1.1.1579.5793"
#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.1579.5793

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

The Open Toolkit Library (OpenTK) with OpenAL multimedia support

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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.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.

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.

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,478 4/29/2014
1.1.1508.5724 1,568 2/17/2014
1.1.1456.5398 1,215 12/27/2013
1.1.1161.61462 6,462 8/28/2013
1.1.1160.61462 3,908 3/7/2013
1.1.804.3121 2,279 10/9/2012
1.1.788.3121 1,221 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 2014-03-15 based on the stable 1.1.1 release from the official https://github.com/opentk/opentk repository (lots of fixes from 2013 and much improved startup time). Can also be used via the DeltaEngine.OpenTK nuget package.