OpenTK.Core
4.7.4
See the version list below for details.
Install-Package OpenTK.Core -Version 4.7.4
dotnet add package OpenTK.Core --version 4.7.4
<PackageReference Include="OpenTK.Core" Version="4.7.4" />
paket add OpenTK.Core --version 4.7.4
#r "nuget: OpenTK.Core, 4.7.4"
// Install OpenTK.Core as a Cake Addin
#addin nuget:?package=OpenTK.Core&version=4.7.4
// Install OpenTK.Core as a Cake Tool
#tool nuget:?package=OpenTK.Core&version=4.7.4
Holds core functionality used by other OpenTK packages.
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.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
This package has no dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on OpenTK.Core:
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 |
|
OpenTK.Graphics
OpenGl and OpenGlEs bindings for dotnet from the Khronos openGL c library. |
|
OpenTK.OpenAL
OpenAL bindings for dotnet from the Khronos openAL c library. |
|
OpenTK.Windowing.GraphicsLibraryFramework
GLFW bindings for c# from the cpp GLFW library. |
|
OpenTK.Windowing.Common
Common functionality for OpenTK.Windowing.* packages. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on OpenTK.Core:
Repository | Stars |
---|---|
Ryujinx/Ryujinx
Experimental Nintendo Switch Emulator written in C#
|
Version | Downloads | Last updated |
---|---|---|
5.0.0-pre.7 | 2,537 | 4/19/2022 |
5.0.0-pre.6 | 4,075 | 6/16/2021 |
5.0.0-pre.5 | 343 | 5/29/2021 |
5.0.0-pre.4 | 287 | 5/22/2021 |
5.0.0-pre.3 | 3,643 | 3/10/2021 |
5.0.0-pre.2 | 176 | 3/9/2021 |
5.0.0-pre.1 | 450 | 3/8/2021 |
4.7.4 | 8,730 | 6/17/2022 |
4.7.3 | 232 | 6/17/2022 |
4.7.2 | 58,837 | 5/3/2022 |
4.7.1 | 12,551 | 2/17/2022 |
4.7.0 | 194 | 2/16/2022 |
4.6.7 | 26,670 | 9/13/2021 |
4.6.6 | 511 | 9/13/2021 |
4.6.5 | 463 | 9/13/2021 |
4.6.4 | 19,837 | 5/28/2021 |
4.6.3 | 12,639 | 3/27/2021 |
4.6.2 | 2,084 | 3/19/2021 |
4.6.1 | 1,474 | 3/19/2021 |
4.6.0 | 1,407 | 3/18/2021 |
4.5.0 | 97,548 | 2/14/2021 |
4.4.0 | 15,216 | 12/16/2020 |
4.3.0 | 14,033 | 11/21/2020 |
4.2.0 | 2,505 | 11/12/2020 |
4.1.0 | 2,192 | 11/6/2020 |
4.0.6 | 3,943 | 10/18/2020 |
4.0.5 | 825 | 10/18/2020 |
4.0.4 | 813 | 10/17/2020 |
4.0.3 | 1,098 | 10/14/2020 |
4.0.2 | 2,596 | 10/11/2020 |
4.0.1 | 2,904 | 10/6/2020 |
4.0.0 | 4,209 | 10/2/2020 |
4.0.0-pre9.10 | 286 | 10/1/2020 |
4.0.0-pre9.9 | 257 | 9/30/2020 |
4.0.0-pre9.8 | 208 | 9/29/2020 |
4.0.0-pre9.7 | 660 | 9/20/2020 |
4.0.0-pre9.6 | 399 | 9/14/2020 |
4.0.0-pre9.5 | 214 | 9/14/2020 |
4.0.0-pre9.4 | 1,043 | 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.