One library to render 3D content is expo-gl usually used together with 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 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! 🎉
After cloning the repo make sure you have the submodules clones as well:
react-native-filament was built for- and mostly funded by Slay - the creators of Pengu! 🐧 Without them, react-native-filament wouldn't exist, so thanks Slay! ❤️
Filament and Bullet3
react-native-filament uses filament (an amazing library by Google), and bullet3 (an amazing physics library by Bullet Physics). Without those core libraries and the geniuses behind them, react-native-filament wouldn't exist - so thanks Google & Bullet! ❤️
Copyrights
The example app in this project uses several free assets:
A real-time physically based 3D rendering engine for React Native
The npm package react-native-filament receives a total of 1,319 weekly downloads. As such, react-native-filament popularity was classified as popular.
We found that react-native-filament demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 0 open source maintainers collaborating on the project.
Package last updated on 21 Jan 2025
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
A malicious Maven package typosquatting a popular library is secretly stealing OAuth credentials on the 15th of each month, putting Java developers at risk.
Socket and Seal Security collaborate to fix a critical npm overrides bug, resolving a three-year security issue in the JavaScript ecosystem's most popular package manager.
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.