How to render thousands of path without any lag in canvas (Android). #1450
Unanswered
amitsri007
asked this question in
Q&A
Replies: 1 comment 3 replies
-
One suggestion would be to use Path ops: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a personal project to make a writing application using react-native-skia. I have checked multiple examples and came up with the following code. This code works fine up to a specific time and then starts lagging. Please check the attached video and code.
Please also suggest whether react-native-skia is the right choice for this kind of application or not. Do we have any other library which I can use in place of RN Skia? I would appreciate any help you can give me
react-native-skia-writing-demo.mp4
The code is attached.
painter.txt
Beta Was this translation helpful? Give feedback.
All reactions