Skia how-to #10135
sonicsmooth
started this conversation in
General
Skia how-to
#10135
Replies: 1 comment
-
Have you seen this https://github.com/AvaloniaUI/Avalonia/blob/master/samples/RenderDemo/Pages/CustomSkiaPage.cs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there a summary or basic example of how to interact with skia in avalonia? I'm high-level interested to learn about:
Render
with its drawing contextetc.
I'm under the impression that I can get access to a skia surface from the
Render
drawing context, and then presumably follow skia docs from there. However navigating theAvalonia.Media.DrawingContext
from insideRender
using debugger I don't see anything that leads to a skia object. If I create aAvalonia.Skia.DrawingContext
usingCreateDrawingContext
separately, however, I do see some skia stuff via the debugger exploration: canvas, surface, etc.Beta Was this translation helpful? Give feedback.
All reactions