-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we have gltf renderer for Android? #1218
Comments
There are libraries like jMonkeyEngine that should work on Android ( https://jmonkeyengine.github.io/wiki/jme3/android.html ) and they recently announced that they support glTF ( #1202 ). (Internally, I started working on a |
Hi, We have tried extending https://github.com/javagl/JglTF for android. So, below is our findings - In Android, I have used all required library which are required to render gltf model. Library as below - After successfully gradle sync, I used AbstractGltfViewer class for android compatibility. But unfortunately I am getting build error as below -
Please share your view on above error and please let me know how to use Jgltf Java Library in Android? |
Note that JglTF is not yet supposed to work "perfectly" with Android. During the update from glTF 1.0 to glTF 2.0 I tried to address some of the issues mentioned in javagl/JglTF#4 , but there may still be some incompatibilites. I'm still working on all this. However, in this case, the message
indicates that it dos not seem to find the OBJ loader. This is one of my other projects, available at https://github.com/javagl/Obj and in Maven Central, and declared as a dependency in the POM at https://github.com/javagl/JglTF/blob/master/jgltf-obj/pom.xml#L39 However, for the viewer itself, you should not need the (I'll try to allocate some more time for getting all this up and running on Android. There really seems to be some demand for that...) |
Thank you very much. If you have any glTF repo for android, please share with me. So that I will also try to contribute for Android glTF project. |
Going to mark this as closed, as we're currently not tracking implementations closely on this repo, but would be excited to hear about progress on Android as well. |
Thanks to KhronosGroup for nice specifications of GLTF, a runtime 3D format.
I can see GLTFSceneKit plugin is available for iOS but there is no extensiion available to support gltf on Andorid. I have seen many people are looking out for good plugin / extension to support gltf on Android, a widely used mobile operating system.
Can we get plugin / extension for 3D rendering of gltf for Android?
The text was updated successfully, but these errors were encountered: