Geo-Web-Project / browser

An interface that uses geolocation to navigate/resolve content on the Geo Web.
MIT License
3 stars 8 forks source link

Resolve 3D & AR media content linked to land parcels #4

Closed gravenp closed 3 years ago

gravenp commented 3 years ago

User Story As a user, I want to be able to browse augmented reality & 3D linked to the land parcel that I'm in.

Why Is this Needed This is an incremental step to enabling point-location augmented reality content linking and resolution. It's a simple experience to demonstrate the more complex/compute intensive experience that will be rolled out with native mobile apps.

Details -Traverse the Ceramic doc schemas and links to resolve the appropriate IPFS CIDs -Resolve the appropriate file type for the user's device (e.g. .usdz for Apple) -Display one piece of media in a fit-to-window gallery view -Display the title/name of the content below the display -Allow the user to zoom and rotate 3D content -Allow the user to swipe/click through a carousel of content -Allow the user to go into “AR mode” for compatible content with the click of a button on compatible devices (tablets, phones) -The Gallery view should be toggle-able with the Web Content View -Note: The Cadastre limits publishing to AR/VR file formats to the Gallery for now, but images, audio, and video will eventually be supported in this same framework. Publishing multiple file types for the same content must also be enabled.

Browser - Mobile Gallery View