Is there a library to embed 3D rendering with Comp...
# compose
m
Is there a library to embed 3D rendering with Compose on both Android and Desktop?
c
It probably won’t be very east to implement, but you might be able to use Filament. Out-of-the-box, it should support being added through
AndroidView
on Android, and it has C++ bindings that might allow you to use JNI to embed it on Desktop