Julius Häger
Julius Häger
In the win32 and cocoa backends the size of the window is set before calling the window size callback but the wayland and X11 backends doesn't do this. Fixing this...
### Purpose of this PR This PR contains a modified `gl.xml` file from https://github.com/NogginBops/OpenGL-Registry/tree/rename-groups-that-are-not-enums Hopefully these changes get merged in https://github.com/KhronosGroup/OpenGL-Registry/pull/534 For now they are contained in this PR and...
### Purpose of this PR Fixes #1485 Copies the Egl bindings found here: https://github.com/opentk/opentk/blob/4f524c13c5e8b9393ba03b9e80f8e38d7f229d8a/src/OpenTK/Platform/Egl/Egl.cs ### Testing status Not tested.
### Description This is a bug in GLFW which can be tracked here: https://github.com/glfw/glfw/issues/2060 ### Repro steps Set `WindowBorder=Hidden` and `StartVisible=false` in `NativeWindowSettings` and try to show the window. ###...
### Purpose of this PR Fixes #1456 ### Testing status Not tested.
### Description https://github.com/opentk/glfw-redist is a package that quite often experiences issues or needs to be updated for some reason. And these fixes are not automatically updated for users of the...
### Purpose of this PR Fixes #1410 Changes so input state is only updated (current input becoming last frames input) once per update frame instead of being swapped as fast...
### Purpose of this PR This PR aims to complete the box rework that started in #1037 . It adds more functions to boxes and optimizes some functions. This PR...
### Purpose of this PR Add Rotors to the OpenTK math libraries. Rotors as described [here](http://marctenbosch.com/quaternions/) are a much more intuitive way to represent 3D rotations. It does not require...
### Purpose of this PR Adds support for OpenAL ALC_SOFT_HRTF extension. Fixes #1009 for OpenTK 4 ### Testing status For some reason `alcResetDevice` is returning false on my machine and...