Standard for animating 3D graphics

Any standard for animating 3D graphics that’s also fully supported by Expo for Web?

Three.js ?

And Reanimated ?

1 Like

Will three Node.js module also work in a native device? I thought there are only two techs to use for 3D graphics, expo-three and expo.GLView .

Keep note, I’m searching for the most frequently used 3D library in React Native that will also work in Expo Web. I’m targeting both mobile and web platforms.


Update:

A given gl from an Expo.GLView can be used as a WebGLRenderingContext parameter of ExpoTHREE.Renderer({ gl: WebGLRenderingContext, width: number, height: number, pixelRatio: number, ...extras }) .

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.