Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
General
»
Feature requests
»
SkiaSharp with SFML.Net
Print
Pages: [
1
]
Author
Topic: SkiaSharp with SFML.Net (Read 7675 times)
0 Members and 2 Guests are viewing this topic.
masum
Newbie
Posts: 2
SkiaSharp with SFML.Net
«
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?
Logged
Laurent
Administrator
Hero Member
Posts: 32498
Re: SkiaSharp with SFML.Net
«
Reply #1 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?
Logged
Laurent Gomila - SFML developer
masum
Newbie
Posts: 2
Re: SkiaSharp with SFML.Net
«
Reply #2 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?
Logged
Laurent
Administrator
Hero Member
Posts: 32498
Re: SkiaSharp with SFML.Net
«
Reply #3 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.
Logged
Laurent Gomila - SFML developer
Print
Pages: [
1
]
SFML community forums
»
General
»
Feature requests
»
SkiaSharp with SFML.Net
anything