William Candillon

Results 314 comments of William Candillon

I'm closing this issue, now RN Skia offers the capabilities to run such an example (tons of drawings commands + ui thread animations) super smoothly. For the animations, please have...

@Aashu-Dubey thanks for taking the time to rewrite it, it looks really cool, I will try to investigate the performance a bit more and will report back

Closing it since it seems to be fixed. @laurens-lamberts we are releasing UI rendering today, I think it's gonna be big for some of your use-cases

Closing for now since the objects seem to be picked up nicely by the FinalizationRegistry on RN Web.

Hi 🙋🏼‍♂️ I'm a maintainer of react-native-skia and we would be interested in running metal in our e2e tests. You guys are using your own custom github action runner? Is...

Thanks a lot! And it integrates with the github action API? would you have some pointers I could follow to learn about this topic?

Thank you for reporting this issue, we are really interested to fix it. Could you make the code snippet smaller? Also it is not runnable as a standalone piece of...

We have some tests for this on Android and iOS: https://github.com/Shopify/react-native-skia/blob/main/package/src/renderer/__tests__/e2e/Box.spec.tsx#L16 It would be good to see if these work on your Android device. Another thing that would be really...

Are all rectangles of the same size? If yes it may be worth it to just draw it once and display its bitmap 224 times. I may recommend a couple...

Thanks for reporting this, it would be really helpful if you could share a small repository to reproduce the issue (or a snack).