Replies: 1 comment 6 replies
-
I believe that Skia does perform culling but the issue here my gut
feeling says that the cost of interfacing with React Native and Skia
is so much higher than the actual drawing that this is the bottleneck
that you are experiencing. Can you provide me with more information
about your use-case?
…On Thu, Dec 7, 2023 at 5:52 AM Travis Pola-Carter ***@***.***> wrote:
Heyo!
I'm running into some optimisation issues with a large amount of elements rendered on a canvas (think 100x8), and they cause panning to absolutely tank FPS.
I'm wondering if there's a pattern anyone's look at, or used, that allows you to cull elements outside of the viewport in canvas?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heyo!
I'm running into some optimisation issues with a large amount of elements rendered on a canvas (think 100x8), and they cause panning to absolutely tank FPS.
I'm wondering if there's a pattern anyone's look at, or used, that allows you to cull elements outside of the viewport in canvas?
Beta Was this translation helpful? Give feedback.
All reactions