C
C#10mo ago
br4kejet

❔ SkiaSharp fast and efficient effects

Is it possible to do effects such as the twirl effect in SkiaSharp using the GPU? I've been searching for a while but I can't really find any way of achieving such things, at least, not without doing it on the CPU pixel-by-pixel
No description
5 Replies
br4kejet
br4kejet10mo ago
This is kinda what I want to achieve But my attempt was extremely laggy by manipulating the SKBitmap object where it took like half a second to process a 400x400 image, and even if I wrap that in a canvas and use the canvas' functions, it's only a bit better at around 0.2 seconds
Kouhai
Kouhai10mo ago
SKRuntimeEffect should allow you to run your effect shaders on the gpu
br4kejet
br4kejet10mo ago
Oh it has its own shader language... sweet
Kouhai
Kouhai10mo ago
Yeah 😅
Accord
Accord10mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.