GLWpfControl icon indicating copy to clipboard operation
GLWpfControl copied to clipboard

A fast native control for OpenTK 4.x + 3.x on WPF.

Results 63 GLWpfControl issues
Sort by recently updated
recently updated
newest added

Flickering occurs in the Example program. This is my environment ↓ ![キャプチャ2](https://user-images.githubusercontent.com/84780155/170915644-eddb8e11-05d0-4e23-83a6-30f40ccbebf9.PNG) Black flicker, After that nothing is displayed... ![B](https://user-images.githubusercontent.com/84780155/170916511-1faa5a03-114d-46a3-b93d-70ada36b2a9c.PNG) At first the graphics appear fine, but while resizing the...

bug
needs verification
4.0

The goal of this PR is to remove some layers of complexity from the control by both removing some of the bad abstractions introduced as well as introduce diligent error...

enhancement
4.0

During some prototyping work, I wanted to compare the performance of GLWpfControl with my current approach for rendering OpenGL content in WPF. I would basically like to measure which approach...

bug
3.0

I know there is a SwapBuffers() function in GLControl, is there also SwapBuffers() function in your control? and how should we use it? thanks.

question
4.0

Problem: I am using version 4.2.2 and am instantiating multiple GLWpfControls (my application can have multiple tabs with an OGL-based scene) and am encountering a stack overflow upon launching the...

bug
4.0

Is there something I'm missing in order to use these events in the control? MouseMove, SizeChanged, and Render work fine.

bug
4.0

I was just playing with the GLWpfControl - testing for multiple monitors. Works well with extended monitors - one can drag from display to display. Switching monitor off is no...

bug
4.0

Hi, can we expect the new release with stencil support? As I can see, the code is already there, but it was committed after the latest official 4.1.0. Thanks!

question

Addresses issue #22 . Freely inspired from [an official guide from WPF that addresses the issue](https://docs.microsoft.com/en-us/dotnet/desktop/wpf/advanced/walkthrough-hosting-direct3d9-content-in-wpf?view=netframeworkdesktop-4.8 ). TODO: - check if the general approach works - if it works: -...

4.0

I'm developing a windows application using `WinUI3` and `.Net5.0`. Unable to use this control. Are there any alternatives available or should link any `WPF` related `dll`s?

enhancement
question