Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source of performance issues compared to other solutions #258

Open
pot2mayo opened this issue Apr 27, 2022 · 0 comments
Open

Source of performance issues compared to other solutions #258

pot2mayo opened this issue Apr 27, 2022 · 0 comments

Comments

@pot2mayo
Copy link

Hi

I evaluating several 3D rendering solution for a 3D game in react native.
Expo-three is one of them, along with Babylon.js React Native and Unity WebGL build in a RN webview.

I noticed that both Babylon.js React Native and Expo-three have significantly lower performance (about half the framerate) compared to a native Unity build using the same scene.

I understand that react native adds some overhead for the scene setup and asset processing, but since all graphics APIs are backed up by purely native GL calls under the hood, I don't understand such difference in performance for the rendering itself.

Could you provide some hints on why we have such performance hit for react native solutions?

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant