OpenTK 5.0.0-pre.14
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
Showing the top 20 packages that depend on OpenTK.
Packages | Downloads |
---|---|
OpenTK.GLControl
OpenTK.GLControl is a Windows.Forms Control with OpenGL rendering capabilities. Use it to add
accelerated 3d graphics to your Windows.Forms or Windows Presentation Foundation (WPF) application.
Features
- Integrate 3d graphics into your Windows.Forms or WPF application
- Use the .Net/Mono language of your choice: C#, F#, VB.Net, Boo, IronPython, IronRuby
- Develop faster with inline documentation and strongly-typed enumerations for all OpenGL and OpenAL functions
This is the official nuget package from http://www.opentk.com
The source code can be found at https://github.com/opentk/opentk
This package contains all code up to Feb 2016 from https://github.com/ppy/opentk
|
20 |
OpenTK.GLControl
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research.
OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
|
18 |
OpenTK.GLControl
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research.
OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
|
22 |
OpenTK.GLControl
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research.
OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
|
24 |
OpenTK.GLWpfControl
A native WPF control for OpenTK 3.X.
|
19 |
OpenTK.GLWpfControl
A native WPF control for OpenTK 3.X.
|
20 |
OpenTK.GLWpfControl
A native WPF control for OpenTK 4.X.
|
18 |
OpenTK.GLWpfControl
A native WPF control for OpenTK 4.X.
|
19 |
OpenTK.GLWpfControl
A native WPF control for OpenTK 4.X.
|
20 |
OpenTK.GLWpfControl
A native WPF control for OpenTK 4.X.
|
21 |
OpenTK.GLWpfControl
A native WPF control for OpenTK 4.X.
|
23 |
OpenTK.GLWpfControl
A native WPF control for OpenTK 5.X.
|
21 |
SkiaSharp.Views.WindowsForms
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
|
18 |
SkiaSharp.Views.WindowsForms
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
|
22 |
SkiaSharp.Views.WPF
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
|
19 |
SkiaSharp.Views.WPF
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
|
23 |
Added generic math interfaces to all vector and matrix types. (@vovatrykoz)
Add boolean vectors `VectorNb` and comparison operators for vectors. (@NogginBops)
Add `scalar + vecor`, `scalar - vector`, and `scalar / vector` operator overloads for vectors. (@BoyBaykiller)
Add `JoystickState.GUID`. (@DamensIsPoggers)
Merged latest OpenTK 4.9.4 changes onto 5.0-pre.14. (@NogginBops)
Mark many properties and functions as `readonly` in math library. (@BoyBaykiller)
Made GLFW loading compatible with `IlcDisableReflection. (@BoyBaykiller)
Vulkan bindings changes**:
Update vulkan bindings to 1.4.321. (@NogginBops)
Add `InstanceDispatchTable` and `DeviceDispatchTable` dispatch tables for more efficiently calling vulkan functions. (@NogginBops)
Fix aliased structs so that they actually contain the correct memebers. (@NogginBops)
Functions, handles, structs and enums now have correct version and deprecation info documented. (@NogginBops)
Annotated structs and enums with functions that use them. (@NogginBops)
Fix XML escape codes in documentation comments. (@NogginBops)
OpenGL bindings changes**:
Add `string[]` overloads to functions where applicable. (@NogginBops)
Remove `VertexBufferObjectUsage` in favor of `BufferUsageHint`. (@NogginBops)
PAL2 changes**:
Add `Toolkit.Window.PostUserEvent` multi-threaded API on all plaforms for posting events to the main thread (useful with `waitForEvents = true`). (@NogginBops)
Add `ToolkitOptions.FeatureFlags` for specifying if pal2 should load OpenGL and/or Vulkan components. (@NogginBops)
win32:
Fix raw mouse motion. (@JoeTwizzle)
Add platform specific api for setting window taskbar progress, `ShellComponent.SetProgressStatus`. (@NogginBops)
Fix transitioning from `WindowState.Hidden` to `WindowState.*Fullscreen` directly. (@NogginBops)
macOS:
Support for IME text input though `Toolkit.Keyboard.BeginIme`, `Toolkit.Keyboard.SetImeRectangle`, and `Toolkit.Keyboard.EndIme`. (@NogginBops)
Add platform specific api for setting window taskbar progress, `ShellComponent.SetProgressStatus`. (@NogginBops)
Support `waitForEvents = true` in `Toolkit.Window.ProcessEvents`. (@NogginBops)
Animated cursors are not automatically handled, `MacOSCursorComponent.UpdateAnimation` is removed. (@NogginBops)
Moved `MacOSWindowComponent.SetDockIcon` to `MacOSShellComponent.SetDockIcon`. (@NogginBops)
x11:
Fix `DllNotFoundException` for `Xrender`. (@NogginBops)
Make it possible to hide the cursor. (@NogginBops)
Support for IME text input though `Toolkit.Keyboard.BeginIme`, `Toolkit.Keyboard.SetImeRectangle`, and `Toolkit.Keyboard.EndIme`. (@NogginBops)
Fix window shadow for opaque windows with transparent Visuals on Ubuntu. (@NogginBops)
Fix `Toolkit.Window.SetCursorCaptureMode` when running on XWayland. (@NogginBops)
Fix `Toolkit.Dialog` with newer versions of Zenity. (@NogginBops)
Any 0.0
- OpenTK.Compute (>= 5.0.0-pre.14)
- OpenTK.Core (>= 5.0.0-pre.14)
- OpenTK.Graphics (>= 5.0.0-pre.14)
- OpenTK.Input (>= 5.0.0-pre.14)
- OpenTK.Mathematics (>= 5.0.0-pre.14)
- OpenTK.Platform (>= 5.0.0-pre.14)
- OpenTK.Windowing.Common (>= 5.0.0-pre.14)
- OpenTK.Windowing.Desktop (>= 5.0.0-pre.14)
- OpenTK.Windowing.GraphicsLibraryFramework (>= 5.0.0-pre.14)
- OpenTK.Audio.OpenAL (>= 5.0.0-pre.14)
Version | Downloads | Last updated |
---|---|---|
5.0.0-pre.14 | 2 | 07/13/2025 |
5.0.0-pre.13 | 17 | 12/10/2024 |
5.0.0-pre.12 | 17 | 11/06/2024 |
5.0.0-pre.11 | 15 | 12/16/2024 |
5.0.0-pre.10 | 19 | 05/23/2024 |
5.0.0-pre.9 | 18 | 05/23/2024 |
5.0.0-pre.8 | 14 | 05/23/2024 |
5.0.0-pre.7 | 13 | 05/23/2024 |
5.0.0-pre.6 | 13 | 05/23/2024 |
5.0.0-pre.5 | 15 | 05/23/2024 |
5.0.0-pre.4 | 15 | 05/23/2024 |
5.0.0-pre.3 | 17 | 05/23/2024 |
5.0.0-pre.2 | 14 | 05/23/2024 |
5.0.0-pre.1 | 16 | 05/23/2024 |
4.9.4 | 12 | 04/06/2025 |
4.9.3 | 16 | 12/24/2024 |
4.9.2 | 13 | 12/24/2024 |
4.9.1 | 16 | 12/08/2024 |
4.8.2 | 18 | 05/23/2024 |
4.8.1 | 20 | 05/23/2024 |
4.8.0 | 18 | 05/23/2024 |
4.7.7 | 19 | 05/23/2024 |
4.7.6 | 15 | 05/23/2024 |
4.7.5 | 23 | 05/23/2024 |
4.7.4 | 17 | 05/23/2024 |
4.7.3 | 18 | 05/23/2024 |
4.7.2 | 19 | 05/23/2024 |
4.7.1 | 18 | 05/23/2024 |
4.6.7 | 20 | 05/23/2024 |
4.6.4 | 19 | 05/23/2024 |
4.6.3 | 18 | 05/23/2024 |
4.6.2 | 16 | 05/23/2024 |
4.6.1 | 22 | 05/23/2024 |
4.6.0 | 20 | 05/23/2024 |
4.5.0 | 20 | 05/23/2024 |
4.4.0 | 17 | 05/23/2024 |
4.3.0 | 18 | 05/23/2024 |
4.2.0 | 15 | 12/06/2024 |
4.1.0 | 19 | 05/23/2024 |
4.0.6 | 20 | 05/23/2024 |
4.0.5 | 17 | 05/23/2024 |
4.0.4 | 15 | 05/23/2024 |
4.0.3 | 16 | 05/23/2024 |
4.0.2 | 17 | 05/23/2024 |
4.0.1 | 20 | 05/23/2024 |
4.0.0 | 20 | 05/23/2024 |
4.0.0-pre9.10 | 16 | 05/23/2024 |
4.0.0-pre9.9 | 18 | 05/23/2024 |
4.0.0-pre9.8 | 16 | 05/23/2024 |
4.0.0-pre9.7 | 20 | 05/23/2024 |
4.0.0-pre9.6 | 11 | 05/23/2024 |
4.0.0-pre9.4 | 16 | 05/23/2024 |
4.0.0-pre9.3 | 18 | 05/23/2024 |
4.0.0-pre9.2 | 16 | 05/23/2024 |
4.0.0-pre9.1 | 14 | 05/23/2024 |
4.0.0-pre9 | 14 | 05/23/2024 |
4.0.0-pre8 | 15 | 05/23/2024 |
4.0.0-pre7 | 17 | 05/23/2024 |
4.0.0-pre6 | 14 | 05/23/2024 |
4.0.0-pre5 | 17 | 05/23/2024 |
4.0.0-pre4 | 19 | 05/23/2024 |
4.0.0-pre3 | 19 | 05/23/2024 |
4.0.0-pre2 | 16 | 05/23/2024 |
4.0.0-pre | 13 | 05/23/2024 |
3.3.3 | 19 | 05/23/2024 |
3.3.2 | 16 | 05/23/2024 |
3.3.1 | 18 | 05/23/2024 |
3.3.0 | 17 | 12/12/2024 |
3.2.1 | 18 | 05/23/2024 |
3.2.0 | 21 | 05/23/2024 |
3.1.0 | 17 | 05/23/2024 |
3.0.1 | 18 | 05/23/2024 |
3.0.0 | 18 | 05/23/2024 |
3.0.0-pre | 18 | 05/23/2024 |
2.0.0 | 18 | 05/23/2024 |
1.1.2349.61993 | 17 | 05/23/2024 |
1.1.2225 | 19 | 05/23/2024 |
1.1.1589.5942 | 20 | 05/23/2024 |
1.1.1589.5941 | 14 | 05/23/2024 |
1.1.1579.5793 | 20 | 05/23/2024 |
1.1.1508.5724 | 16 | 05/23/2024 |
1.1.1456.5398 | 18 | 05/23/2024 |
1.1.1161.61462 | 17 | 05/23/2024 |
1.1.1160.61462 | 20 | 05/23/2024 |