All notable changes are documented in this file.
- August 27, 2021
- Update dependencies to OpenTK 4.6.4 packages.
- March 4, 2021
- Add
Context
property for better backward compatibility with GLControl 3.x.
- February 18, 2021
- Fix
Control.Site
null-reference bug. - Add
Load
event for better backward compatibility with GLControl 3.x. - Update simple test to demonstrate
Load
event.
- December 28, 2020
- Fix design-mode bugs.
- December 22, 2020
- Add more example projects to show usage: Simple example, multi-control example, and raw-input example.
- Fix more bugs.
- December 21, 2020
- All-new WebForms.GLControl, rewritten from the ground up for OpenTK 4.x and .NET Core 3.x+.
- Support both WinForms input events and "native device" input events.
- API is mostly backward compatible with the old GLControl.
- Full support for the new WinForms Designer (VS2019).
- All methods and properties fully XML-documented.
- Example project to show its usage.
- Readme that includes detailed usage and documentation.