-
Notifications
You must be signed in to change notification settings - Fork 0
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
Build an iOS app - gltf viewer that can load from an opensea based contractid where a gltf object is used #1
Comments
My recommendation is to use: https://github.com/google/filament/tree/main/ios/samples/gltf-viewer which can be built according to mac/ios instructions here: https://github.com/google/filament |
You can get started simply by building the gltf viewer application. Once you have that figured out and have it running (it's just the sample code posted above), figure out how to isolate the library code build for filament, and checkin the viewer code into this software repository. |
I will provide more specs on the software integration with opensea in another issue. |
Going to use the boilerplate instructions, just to get the filament app set up https://google.github.io/filament/posts/cocoapods/ I believe we can just use the existing sample for the filament code. |
Code is now checked in. I'll add an issue to add a URL loader (it seems to have one partially implemented but not implemented). Then I'll add the opensea loader from a contract. And then NFC based contract assets addresses. |
Just make sure the URL can load after the fact (after the default one loads, load the one from the URL I've hardcoded.) This is just temporary. Clean this up to load from a tag scan. Need to tackle #5.
Need to experiment with the landscape mode. |
These are the features needed
The text was updated successfully, but these errors were encountered: