Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SkiaSharp with SFML.Net  (Read 6154 times)

0 Members and 1 Guest are viewing this topic.

masum

  • Newbie
  • *
  • Posts: 2
    • View Profile
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?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
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?
Laurent Gomila - SFML developer

masum

  • Newbie
  • *
  • Posts: 2
    • View Profile
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?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
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.
Laurent Gomila - SFML developer