Spatial Browser Development
Documentation for the user interface to browse the Geo Web network.
Interested developers are encouraged to build their own Spatial Browsers and innovate across new devices, use cases, media formats, and rendering technology stacks. Spatial Browsers are envisioned to be supported directly through network funds (e.g. earn revenue per active, non-sybil user).
An SDK for Spatial Browsers will eventually be developed, but currently is supported by the Geo Web Subgraph and Data Models.
The first implementation of a Geo Web Spatial Browser can be found at https://geoweb.app/. It supports the Geo Web definitions and schemas accordingly:
Property | Support |
---|---|
name | ✅ |
url | ✅ |
Pinset of IPFS objects.
Property | Support |
---|---|
root | ❌ |
An array of media object stream IDs.
Operation | Support |
---|---|
Edit | ❌ |
View | ✅ |
Property | Support |
---|---|
@type | ❌ |
name | ✅ |
contentUrl | ✅ |
contentSize | ❌ |
encodingFormat | ❌ |
encoding | ❌ |
Type | Encoding | Support |
---|---|---|
3DModel | model/gltf-binary | ✅ |
3DModel | model/vnd.usdz+zip | ❌ |
ImageObject | image/gif | ❌ |
ImageObject | image/jpeg | ❌ |
ImageObject | image/png | ❌ |
ImageObject | image/svg+xml | ❌ |
AudioObject | audio/mpeg | ❌ |
AudioObject | audio/mp4 | ❌ |
VideoObject | video/mpeg | ❌ |
VideoObject | video/mp4 | ❌ |
Last modified 11mo ago