From d0fb3d920f8da72b9dc9a5bf1884d8cc821f8efc Mon Sep 17 00:00:00 2001 From: William Candillon Date: Fri, 11 Oct 2024 11:15:27 +0200 Subject: [PATCH] Remove lib comparison I do not believe this gives a good/honest overview of the 3d space in React Native. We could think about improving this section but it might just be easier to remove it. --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 251e00b4..88576a05 100644 --- a/README.md +++ b/README.md @@ -52,17 +52,6 @@ function App() { > See the [example](./package/example/Shared) app - -### Comparison with other libraries - -One library to render 3D content is [expo-gl](https://docs.expo.dev/versions/latest/sdk/gl-view) usually used together with [expo-three](https://www.npmjs.com/package/expo-three). react-native-filament has a few advantages over expo-gl: - -- Supports using `glb` files out of the box -- On iOS react-native-filament uses Metal, where expo-gl is using the [deprecated OpenGL ES](https://developer.apple.com/documentation/opengles) apple framework -- The rendering happens on the JS thread for `expo-three`, where react-native-filament uses a separate thread (and filament processes the rendering commands in a pool of different threads) -- filament is battle tested and react-native-filament is used in production apps with millions of users already, proven to be highly stable - - ### Contributing We welcome contributions to react-native-filament! 🎉