GLControl icon indicating copy to clipboard operation
GLControl copied to clipboard

WinForms control for OpenTK 4.x.

Results 7 GLControl issues
Sort by recently updated
recently updated
newest added

After using this GLControl in my form, The events like KeyDown KeyPress etc don't work anymore, not just for GLControl but for the form as well. Does anyone know why...

bug
4.0
needs verification

I've been unable to get multiple GLControls to work in a single WinForms application. My goal is to have multiple tabs/windows that each show the same 3D scene but from...

question
4.0
needs verification

When editing a context menu in WinForms designer, the menu is initially display over the top of the GLControl window. However, because the GLControl gets constantly refreshed due to the...

bug
4.0

I'm opengl beginer. And I'm trying to let GLControl overlap on other UserControls, to show both of GLControl's element and bottom UserControl's element. But GLContorl's background Transparent is not work....

enhancement
4.0

Setup: Windows 10 Pro 21H2. OpenGL 3.3 core running on a NVIDIA GeForce GTX 1050. Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz CPU WinForms NET 6 OpenTK 4.7.4 OpenTK.WinForms 4.0.0-pre-6 Issue:...

bug
4.0
needs verification

Currently `GLControl` doesn't allow you to set `VSync`, we should try and expose this setting. As of writing I don't know the detains on how `NativeWindow` and the Control is...

enhancement
4.0

Hi I get a runtime error when I run the Testform, it says you need to initialize the OpenGL binding first by calling LoadBindings(). Here is the full message: ```...