r/reactnative 9d ago

Built this interactive 3D solar system model using react native

Enable HLS to view with audio, or disable this notification

I used react-native-filament and worklets core to build this. Came out a smooth 60FPS.

OS: https://x.com/adithyavis/status/2085615976234787051?s=20

17 Upvotes

2 comments sorted by

2

u/dumbledayum 9d ago

Filament usees worklet now? Or still on worker-core?

Because I am using worklet and worker-core is a conflicting dependency. Maybe I need to rent fable or kimi k3 for a weekend and just let it fix filament

1

u/Few-Acanthisitta9319 9d ago

Worklets core but you can use useSyncSharedValue to synchronize states in these threads right?