-
I'm using dockpanelsuite in mdi condition. GLControl is used in each mdi children. After creating some
mdi children for example mdi1, mdi2,mdi3, focus is in the mdi3, I can move drawing in mdi3 b…
-
I am using OpenGL.Net to display a video stream using the OpenGL.Net.WinForms GlControl. When I open the form window the first time everything works great. However the second time I open the win…
-
In short: is there any kind of OpenGL Render Control planned which is being used in conjunction with OpenTK?
-
I want to compile Source into a dll(refence) for my project. But it gives me the errors(this is the log):
`1>------ Build started: Project: OpenTK, Configuration: Release Any CPU ------
2>------ B…
-
I have a GLControl inside a Panel that is scrollable (AutoScroll = true). When I scroll, the back GLControl gets all messy and glitchy. I thought maybe it was not refreshing, so I called its Invalidat…
Phyyl updated
7 years ago
-
I was trying this sample from https://github.com/thefiddler/opentk-wpf, which uses the glcontrol to draw to a wpf app, and with the opentk binaries provided work fine.
When I change those for the n…
-
### Description
OpenTK.GLControl Crashes with no exception on Windows.
### Repro steps
Please provide the steps required to reproduce the problem
1. Clone from github
2. Build
3. Referen…
-
Hey, just recently set up this project and i'm experimenting a bit with it, when i realized my frames started tanking with just 1 imgui window rendering.
First i suspected the rendering, since i didn…
-
This issue was originally reported [here](http://www.opentk.com/node/3513), and repro'd by [the Fiddler](http://www.opentk.com/user/1) who believes it happens with NuGet installed OpenTk but not manua…
-
### Description
I was using OpenTK.GameWindow class to draw my scene.
Now, I want to use GLControl to draw my scene on it, but the Paint Event doesn't have been called more than once!!
I knew t…