It does look amazing. I tried using it for a drawing app, though, and found it too slow. Maybe I was using it wrongly, but long or large numbers of strokes caused issues as it seemed to redraw the whole image more than necessary. I had better luck with just plain canvas, but I'd like to investigate CanvasKit (Skia in WASM) as well, as their drawing demo seems very performant.
Comments
It does look amazing. I tried using it for a drawing app, though, and found it too slow. Maybe I was using it wrongly, but long or large numbers of strokes caused issues as it seemed to redraw the whole image more than necessary. I had better luck with just plain canvas, but I'd like to investigate CanvasKit (Skia in WASM) as well, as their drawing demo seems very performant.