Search code examples
c#.net-coregraphics2dskia

SkiaSharp draw to window


How can I open a window and draw to it with SkiaSharp (without using winforms, wpf or anything like that)? I've tried using SFML.Net instead of SKIA but it lacks a lot of features (rounded rectangle, shadow, gradient).


Solution

  • I have solved the problem by using Silk.NET SFML bindings to create a GL context for Skia.

    This pull request was very helpful.