Avalonia-Silk.NET-Example icon indicating copy to clipboard operation
Avalonia-Silk.NET-Example copied to clipboard

Results 5 Avalonia-Silk.NET-Example issues
Sort by recently updated
recently updated
newest added

I copied the original code into my application and I found it not working correctly. The rendered image doesn't fit exactly to bounds of the control. After some investigation I...

SilkNetExample Control integration seems now reliable. Before I had the issue that the OpenGL control was missing or the whole App was frozen.

updated to Silk.NET 2.17.1 too. Tested on both windows and linux, and AoT compilation too.

I use Silk.Net and Avalonia.OpenGL to play the rtsp stream, and add three textures for rendering, but the problem is here, avalonia will occasionally appear the following error: ``` C#...

I made an app using code from example (without changes in GL part). But when added buttons in the same area where located GL render, only buttons are visible, GL...