Hi! Is there any Compose libraries for working wit...
# compose
p
Hi! Is there any Compose libraries for working with 3d graphics?
z
No. You could use something like https://github.com/google/filament which can render on a SurfaceView or a TextureView, then wrap that in an AndroidView composable to use it in compose.
m
looking into this as well, the android samples require the filament build and are based on java; does anybody already got a kotlin/jetpack compose example using filament?
458 Views