SFML community forums

General => Feature requests => Topic started by: masum on January 23, 2019, 01:36:04 pm

Title: SkiaSharp with SFML.Net
Post by: masum on January 23, 2019, 01:36:04 pm
Is it possible to use SkiaSharp with SFML.Net ? if not possible then have any plan for integration?
Title: Re: SkiaSharp with SFML.Net
Post by: Laurent on January 23, 2019, 01:49:48 pm
Can you be more specific? Do you want to be able to use SFML.Net drawing capabilities within a SkiaSharp context? Any concrete example of what you'd like to do?
Title: Re: SkiaSharp with SFML.Net
Post by: masum 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?
Title: Re: SkiaSharp with SFML.Net
Post by: Laurent on January 23, 2019, 02:29:44 pm
I have no idea. And don't forget that SFML.Net is just a binding of the C++ API, so anything specific to .Net requiring deep integration to the library is unlikely to be supported.