1
Feature requests / Re: SkiaSharp with SFML.Net
« on: January 23, 2019, 02:21:11 pm »
Actually, want to use SkiaSharp's drawing API on SFML window. One way is to create image using SkiaSharp then use that image as texture. But is there any way to write directly on SFML window by calling SkiaSharp functions?