OpenTK 4.9.1
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
|
11 |
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.
|
8 |
OpenTK.GLControl
The Open Toolkit Library (OpenTK)
|
9 |
OpenTK.GLWpfControl
A native WPF control for OpenTK 3.X.
|
8 |
OpenTK.GLWpfControl
A native WPF control for OpenTK 4.X.
|
8 |
SkiaSharp.Views.WindowsForms
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
|
7 |
SkiaSharp.Views.WindowsForms
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
|
8 |
SkiaSharp.Views.WindowsForms
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
|
9 |
BREAKING: Made `NativeWindow` able to run on Wayland (when running on Wayland `NativeWindow` will default to Wayland, use `OPENTK_4_USE_WAYLAND=0` or set the X11 glfw hint to use X11/Xwayland). (@NogginBops)
BREAKING: Change type of `NativeWindow.CurrentMonitor` property from `MonitorHandle` to `MonitorInfo`. (@NogginBops)
BREAKING: Changed EGL bindings to `DllImport` `libEGL` instead of `libEGL.dll` (shouldn't be breaking in most cases). (@NogginBops)
BREAKING: Removed leftover module references to `libGLESv2.dll` (and `opengl32.dll` and `GLESv1_CM`) in `OpenTK.Graphics.dll` which was causing build errors in `net8.0-macos` projects. (these references are never used by OpenTK so they shoudn't be there, this might break something in very specific circumstances)(@NogginBops)
BREAKING: `MathHelper.Lerp` no longer clamps `t` to `[0, 1]` range. (@NogginBops)
API: Upgrade to GLFW 3.4. (@NogginBops)
API: Updated OpenGL bindings to contain the latest definitions without breaking `4.8.2` compatibility (this includes OpenGLES 3.1 and 3.2). (@NogginBops)
API: Add `NativeWindow.MakeFullscreen` method to more seamlessly transition a window to fullscreen. (@NogginBops)
API: Deprecate `Matrix4(d).ExtractProjection`. (@NogginBops)
API: Added `Matrix4(d).ExtractPerspectiveOffCenter/ExtractPerspectiveFieldOfView` to extract projection matrix parameters from perspective projections. (@NogginBops)
API: Added `Matrix4(d).ExtractOrthographicOffCenter/ExtractOrthographic` to extract projection matrix parameters from orthographic projections. (@NogginBops)
API: Add matrix swizzle functions `Matrix2/3/4(d).Swizzle/Swizzled/CreateSwizzle`. (@NogginBops)
API: Added `MouseCursor.PointingHand/ResizeEW/ResizeNS/ResizeNWSE/ResizeNESW/ResizeAll/NotAllowed` standard mouse cursors. (@NogginBops)
API: Added `VectorN.Slerp` (spherical interpolation) and `VectorN.Elerp` (exponential interpolation) functions. (@NogginBops)
API: Added `NativeWindow.AlwaysOnTop` property to set if a window should always be visible. (@NogginBops)
API: Added `NativeWindow.MousePassthrough` property to set if the window should be transparent to mouse interactions. (@NogginBops)
API: Added `CusorState.Confined` to be able to confine the mouse cursor to the window content area. (@NogginBops)
API: Implemented `Matrix3(d).Column1/2/3`, `Matrix4x3(d).Column1/2/3` and ``Matrix3x4(d).Column1/2/3/4` property setters. (@NogginBops)
API: Make `NativeWindow` throw explicit `InvalidOperationException` or `OutOfMemoryException` if `glfwCreateWindow` fails. (@NogginBops)
API: Added a few missing constants to the EGL bindings. (@NogginBops)
API: Deprecate `NativeWindow.CurrentMonitor` property setter. (@NogginBops)
API: Implemented `Matrix2/3/4(d).Transposed/Inverted` for matrix types that where missing them. (@NogginBops)
API: Deprecate `Matrix4d.Scale/RotateX/RotateY/RotateZ/Rotate/Frustum/Perspective`use the `Create*` functions instead. (@NogginBops)
API: Deprecate `EffectSlotInteger.AuxiliarySendAuto` in favor of `EffectSlotBoolean.AuxiliarySendAuto`. (@NogginBops)
FIX: Fix wglDXCloseDeviceNV argument name, from `dxDevice` to `hDecvice`. (@NogginBops)
FIX: All assemblies are now signed. (@RFBomb, @NogginBops)
FIX: Fixed nuget package metadata. (@NogginBops)
FIX: `OpenTK.Graphics` now contains proper debug info, the code is still generated but might improve debug experience. (@NogginBops)
FIX: Fix issue where `NativeWindowSettings.StartVisible=false` with `NativeWindowSettings.StartFocused=true` would create a visible window. (@NogginBops)
FIX: Updated links in README to link to the website tutorial. (@NogginBops)
FIX: Added basic README to nuget packages. (@NogginBops)
FIX: Fix GLFW calling convention when on 32-bit windows, this was causing a StackOverflowException. (@NogginBops)
FIX: Improved a bunch of OpenAL documentation. (@NogginBops)
Any 0.0
- OpenTK.Compute (>= 4.9.1)
- OpenTK.Core (>= 4.9.1)
- OpenTK.Graphics (>= 4.9.1)
- OpenTK.Input (>= 4.9.1)
- OpenTK.Mathematics (>= 4.9.1)
- OpenTK.Windowing.Common (>= 4.9.1)
- OpenTK.Windowing.Desktop (>= 4.9.1)
- OpenTK.Windowing.GraphicsLibraryFramework (>= 4.9.1)
- OpenTK.Audio.OpenAL (>= 4.9.1)
Version | Downloads | Last updated |
---|---|---|
5.0.0-pre.13 | 3 | 05.12.2024 |
5.0.0-pre.12 | 0 | 25.09.2024 |
5.0.0-pre.11 | 6 | 23.09.2024 |
5.0.0-pre.10 | 0 | 07.03.2024 |
5.0.0-pre.9 | 3 | 23.09.2024 |
5.0.0-pre.8 | 0 | 28.10.2022 |
5.0.0-pre.7 | 6 | 23.09.2024 |
5.0.0-pre.6 | 0 | 16.06.2021 |
5.0.0-pre.5 | 6 | 23.09.2024 |
5.0.0-pre.4 | 0 | 22.05.2021 |
5.0.0-pre.3 | 6 | 23.09.2024 |
5.0.0-pre.2 | 0 | 09.03.2021 |
5.0.0-pre.1 | 9 | 23.09.2024 |
4.9.3 | 0 | 10.12.2024 |
4.9.2 | 0 | 10.12.2024 |
4.9.1 | 3 | 19.12.2024 |
4.8.2 | 6 | 23.09.2024 |
4.8.1 | 6 | 23.09.2024 |
4.8.0 | 6 | 23.09.2024 |
4.7.7 | 8 | 23.09.2024 |
4.7.6 | 0 | 22.02.2023 |
4.7.5 | 6 | 23.09.2024 |
4.7.4 | 6 | 23.09.2024 |
4.7.3 | 6 | 23.09.2024 |
4.7.2 | 6 | 23.09.2024 |
4.7.1 | 8 | 23.09.2024 |
4.6.7 | 6 | 23.09.2024 |
4.6.4 | 6 | 23.09.2024 |
4.6.3 | 6 | 23.09.2024 |
4.6.2 | 6 | 23.09.2024 |
4.6.1 | 0 | 19.03.2021 |
4.6.0 | 6 | 23.09.2024 |
4.5.0 | 9 | 23.09.2024 |
4.4.0 | 6 | 23.09.2024 |
4.3.0 | 6 | 23.09.2024 |
4.2.0 | 8 | 23.09.2024 |
4.1.0 | 7 | 23.09.2024 |
4.0.6 | 6 | 23.09.2024 |
4.0.5 | 6 | 23.09.2024 |
4.0.4 | 6 | 23.09.2024 |
4.0.3 | 6 | 23.09.2024 |
4.0.2 | 0 | 11.10.2020 |
4.0.1 | 6 | 23.09.2024 |
4.0.0 | 0 | 02.10.2020 |
4.0.0-pre9.10 | 7 | 23.09.2024 |
4.0.0-pre9.9 | 6 | 23.09.2024 |
4.0.0-pre9.8 | 10 | 23.09.2024 |
4.0.0-pre9.7 | 6 | 23.09.2024 |
4.0.0-pre9.6 | 8 | 23.09.2024 |
4.0.0-pre9.4 | 7 | 23.09.2024 |
4.0.0-pre9.3 | 6 | 23.09.2024 |
4.0.0-pre9.2 | 6 | 23.09.2024 |
4.0.0-pre9.1 | 6 | 23.09.2024 |
4.0.0-pre9 | 9 | 23.09.2024 |
4.0.0-pre8 | 6 | 23.09.2024 |
4.0.0-pre7 | 0 | 13.04.2020 |
4.0.0-pre6 | 7 | 23.09.2024 |
4.0.0-pre5 | 6 | 23.09.2024 |
4.0.0-pre4 | 6 | 23.09.2024 |
4.0.0-pre3 | 6 | 23.09.2024 |
4.0.0-pre2 | 6 | 23.09.2024 |
4.0.0-pre | 6 | 23.09.2024 |
3.3.3 | 6 | 23.09.2024 |
3.3.2 | 5 | 25.11.2024 |
3.3.1 | 3 | 15.12.2024 |
3.3.0 | 0 | 06.11.2020 |
3.2.1 | 0 | 21.10.2020 |
3.2.0 | 5 | 27.11.2024 |
3.1.0 | 0 | 04.08.2019 |
3.0.1 | 6 | 23.09.2024 |
3.0.0 | 8 | 23.09.2024 |
3.0.0-pre | 0 | 08.05.2017 |
2.0.0 | 0 | 23.09.2016 |
1.1.2349.61993 | 6 | 23.09.2024 |
1.1.2225 | 0 | 04.02.2016 |
1.1.1589.5942 | 2 | 10.12.2024 |
1.1.1589.5941 | 0 | 09.05.2014 |
1.1.1579.5793 | 8 | 23.09.2024 |
1.1.1508.5724 | 8 | 23.09.2024 |
1.1.1456.5398 | 0 | 27.12.2013 |
1.1.1161.61462 | 2 | 05.12.2024 |
1.1.1160.61462 | 7 | 23.09.2024 |