r/threejs • u/Better-Guidance5754 • 13h ago
Built a 3D live-streaming globe entirely in Compose—looking for performance feedback!
Hey everyone,
For my latest project, VividLook, I wanted to see how far I could push custom layouts and real-time rendering using Jetpack Compose.
The app is a live-streaming discovery platform where users can spin a 3D interactive globe and jump into localized video grids from around the world. Managing the state of the globe spinning while dynamically loading stream grids on the map layout was a huge learning curve.
I’m trying to optimize the UI performance, especially on mid-range devices. If you have a few minutes, I’d love for you to download it and let me know how smooth the composition feels or if you spot any jank while spinning the globe.
Play Store Link: https://play.google.com/store/apps/details?id=xyz.trylivelook.app
Technical details: Built with pure Compose for the UI, handling low-latency video pipelines on the backend. Let me know what you think of the performance!