BenJeau / react-native-draw

SVG based data-driven React Native drawing component 🎨
https://www.npmjs.com/package/@benjeau/react-native-draw
MIT License
127 stars 42 forks source link

Investigate implementing a Skia renderer #38

Open BenJeau opened 2 years ago

BenJeau commented 2 years ago

https://shopify.github.io/react-native-skia/ is extremely cool and brings infinitely smoother drawing capabilities (after trying out their small demo).

Once #21 is done, we could support both an SVG and a Skia renderer, depending on the implementation of drawing using Skia

BenJeau commented 2 years ago

I have a prototype with the Skia renderer and its giving a wonderful performance boost - simply need to refactor the internal of this library to more easily support a different renderer.

kragil commented 1 year ago

Any news on this?

BenJeau commented 1 year ago

Sorry, it's been a while since I've working on this. I had a skia renderer working and was wayyy smoother than the SVG one, although there's is not much new news about this..