OpenTK v4.7.5 Release Notes

    • ๐Ÿ’ฅ BREAKING: Removed the ALTest class from the OpenAL namespace. This was an internal test class that was accidentally included in the package. (@NogginBops)

    • ๐Ÿ—„ API: Deprecated Box.Contains function in favor of Box.ContainsInclusive and Box.ContainsExclusive to explicitly state if the box boundary should be considered contained. (@NogginBops, @Oribow)

    • API: Exposed EGL bindings to match the WGL bindings. (@NogginBops)

    • ๐Ÿ‘ API: Box2, Box2d, Box2i, Box3, Box3d, and Box3i now support XML serialization. (@NogginBops)

    • API: Added ProgramBinaryLength to the GetProgramParameterName enum. (@NogginBops)

    • ๐Ÿ›  FIX: MathHelper.ClampAngle and MathHelper.ClampRadians now return correct results. (@FlashX64)

    • ๐Ÿ›  FIX: MathHelper.NormalizeRadians now return correct results. (@FlashX64)

    • ๐Ÿ›  FIX: OpenAL now correctly loads on FreeBSD. (@Partmedia)

    • ๐Ÿ Clarify in the readme that running on Windows requires "Visual C++ Redistributable 2015" (@NogginBops)

    • โšก๏ธ Update to GLFW 3.3.8 (@NogginBops)