OpenTK 1.1.1589.5942

dotnet add package OpenTK --version 1.1.1589.5942
                    
NuGet\Install-Package OpenTK -Version 1.1.1589.5942
                    
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="OpenTK" Version="1.1.1589.5942" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenTK" Version="1.1.1589.5942" />
                    
Directory.Packages.props
<PackageReference Include="OpenTK" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OpenTK --version 1.1.1589.5942
                    
#r "nuget: OpenTK, 1.1.1589.5942"
                    
#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.
#addin nuget:?package=OpenTK&version=1.1.1589.5942
                    
Install OpenTK as a Cake Addin
#tool nuget:?package=OpenTK&version=1.1.1589.5942
                    
Install OpenTK as a Cake Tool

The Open Toolkit Library (OpenTK)

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.

GitHub repositories (84)

Showing the top 20 popular GitHub repositories that depend on OpenTK:

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Perfare/AssetStudio
AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
ScottPlot/ScottPlot
Interactive plotting library for .NET
xamarin/Xamarin.Forms
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
space-wizards/space-station-14
A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
4sval/FModel
Unreal Engine Archives Explorer
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
ValveResourceFormat/ValveResourceFormat
🔬 Valve's Source 2 resource file format parser, decompiler, and exporter.
videolan/libvlcsharp
Cross-platform .NET/Mono bindings for LibVLC
swharden/Csharp-Data-Visualization
Resources for visualizing data using C# and the .NET platform
BluestormDNA/ProjectPSX
Experimental C# Playstation Emulator
RazTools/Studio
Modded AssetStudio with new features
Wouterdek/NodeNetwork
A C# library with a WPF node editor component based on ReactiveUI
EDDiscovery/EDDiscovery
Captains log and 3d star map for Elite Dangerous
ThisIsNotRocketScience/GerberTools
Tools to load/edit/create/panelizer sets of gerber files
AgOpenGPS-Official/AgOpenGPS
Ag Precision Mapping, Section Control and Guidance Software
AndreiMisiukevich/CardView
CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms
john-h-k/MathSharp
A vector and matrix library written in C# using hardware intrinsics
Version Downloads Last updated
1.1.1589.5942 9,046 7/18/2014
1.1.1589.5941 519 5/9/2014
1.1.1579.5793 70 4/29/2014
1.1.1508.5724 638 2/17/2014
1.1.1456.5398 408 12/27/2013
1.1.1161.61462 106 8/28/2013
1.1.1160.61462 146 3/7/2013

Provides the OpenTK library for Windows. Newest build 2014-07-18 based on the stable 1.1 release from the official https://github.com/opentk/opentk repository (lots of fixes from 2013 and much improved startup time). If you need OpenAL functionality working out of the box checkout the OpenTKWithOpenAL package. For GLControl use the OpenTK.GLControl package. Can also be used via the DeltaEngine.Frameworks.OpenTK nuget package.