Globe 3D

Spinning interactive 3-D wireframe or earth globe rendered on HTML5 canvas — draggable with inertia

Surfaces
apps-script-web
Fields
FieldType
sizenumber (optional, diameter px, default 300)optional
colorstring (optional, hex accent, default #6366f1)optional
speednumber (optional, auto-spin speed, default 0.006)optional
linesnumber (optional, latitude line count, default 10)optional
themestring (optional, wire|earth, default wire)optional
dotsarray of {lat, lon, label, color} (optional, pins on globe)optional
arcsarray of {from: [lat,lon], to: [lat,lon], color} (optional, great-circle arcs)optional
Example payload
{
  "type": "globe_3d"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:globe_3d",
  "displayName": "Globe 3D",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/globe_3d",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Spinning interactive 3-D wireframe or earth globe rendered on HTML5 canvas \u2014 draggable with inertia",
  "representativeQueries": [
    "show a interactive spinning 3-D globe (wire or earth)",
    "spinning interactive 3-d wireframe or earth globe rendered on html5 canvas \u2014 draggable with inertia",
    "render a globe 3d"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →