OpenTkControl
OpenTkControl copied to clipboard
A faster way to use OpenTk in WPF without Forms dependencies
When calling `new UiOpenTkControl`, I get `FileNotFoundException: Could not load file or assembly 'OpenTK, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4'. The system cannot find the file specified.`
Hey, When i try to add both UIOpenTKControl or threading one into the designer of my C# apps, it gives me an error : "ArgumentNullException : Value can't be null....
The OpenTK reference has been upgraded. Added a cleanup event that it's called when the current OpenGL context it's about to get destroyed. That gives a chance to the application...
hello guys i learn form your project a lot ,but i find that the OpenTK in WPF can not interact ,for example ,mouse wheel and mouse left actions .ect。 so...
Can you make it so you can set the antialiasing level in the constructor?
I'm using your control in combination with AvalonDock to use dockable Panes like with VisualStudio. When undocking or docking the pane, sometimes a System.AccessViolationException happens. ``` GL.ReadPixels(0, 0, _bitmapWidth, _bitmapHeight,...
OpenGL's pixel buffer objects can be used to transfer pixel data asynchronously and using them would further improve frame rates. Adding support may be a little complicated when not in...