Skip to content

Releases: opentk/opentk

4.0.0-pre9.4

30 Aug 19:21
Compare
Choose a tag to compare
4.0.0-pre9.4 Pre-release
Pre-release

moved to dotnetcore only**
Return namespaces to the glorious OpenTK (thanks @glopes)
Simplified OpenAL loading + add more extensions (@NogginBops)
Fixed initial focused inconsistency between Windows and Linux(X11) (@jvbsl)

4.0.0-pre9.3

21 Aug 15:04
Compare
Choose a tag to compare
4.0.0-pre9.3 Pre-release
Pre-release

Improved and fixed GLFW binary loading (@jvbsl)
Improved mono compat (@jvbsl)
Fixed GetLibraryName for iOS platform (thanks @Grizley56)
Fixed InputAction for getting Joystick Buttons from GLFW (thanks @HughPH)

4.0.0-pre9.2

28 Jul 21:10
77f711a
Compare
Choose a tag to compare
4.0.0-pre9.2 Pre-release
Pre-release

Fixes reference conditions
Save Size property value to _size field (thanks @devel0)
Update build.fsx.lock (thanks @CallumDev)
Vector3.Unproject returning incorrect result (thanks @leezer3)
Incorrect parameter order in QuaternionD constructor (thanks @leezer3)
Capslock value not exposed (thanks @KinsonDigital)
vector transforms
Start of input mode setup for caps lock (thanks @KinsonDigital)
Use in parameters instead of ref (thanks @cryovat)

4.0.0-pre9.1

24 Apr 18:22
fd279a9
Compare
Choose a tag to compare
4.0.0-pre9.1 Pre-release
Pre-release

OpenTK now includes OPENAL! (Biggest thanks to @NogginBops)
Added check for invalid keys in window key callback (Thanks @Phyyl)
Fix rounding errors on tests
Add individual project descriptions
Add openAL to the build sequence.

(╯°□°)╯︵ ┻━┻

24 Apr 18:15
2a46e50
Compare
Choose a tag to compare
Pre-release

Error in release scripts. Do not use.

4.0.0-pre9

19 Apr 18:12
Compare
Choose a tag to compare
4.0.0-pre9 Pre-release
Pre-release

Added PositiveInfinity and NegativeInfinity to vector structs (Thanks @arakis)
Fixed ClientSize not getting updated in OnResize (Thanks @Phyyl)

4.0.0-pre8

18 Apr 16:42
Compare
Choose a tag to compare
4.0.0-pre8 Pre-release
Pre-release

Fix automatic bindings initialization for GL2 (Thanks @Phyyl)

4.0.0-pre7

13 Apr 19:49
7389d4b
Compare
Choose a tag to compare
4.0.0-pre7 Pre-release
Pre-release

Add framework specification to paket files. (Thanks @frederikja163)

4.0.0-pre6

10 Apr 21:46
963df3b
Compare
Choose a tag to compare
4.0.0-pre6 Pre-release
Pre-release

Fixed GameWindow update frequency (Thanks @MerickOWA)
Throw an InvalidOperationException if bindings are uninitialized. (Thanks @pjb)

4.0.0-pre5

09 Apr 14:53
Compare
Choose a tag to compare
4.0.0-pre5 Pre-release
Pre-release

Added Profile Any (Thanks @arakis)