Graph Structure City Visualization Prompt

Graph Structure City Visualization Prompt — generated with Nano Banana Pro

What this prompt does: Produces a 3d figurines image using Nano Banana Pro. Style cues: macro, cinematic. Sourced from a verified fair-citation repository (Gadgetify) and reproduced here unchanged with full attribution per the source license.

Prompt
do this for {argument name="subject" default="Mecca"} : G = (V, E) where:

V = {
  v₁: Torus(radius=R, layers=8, material={argument name="material" default="wood"}),
  v₂: City(landmarks={l₁...lₙ}, scale=1:100),
  v₃: Workshop(tools, bench, lighting),
  v₄: Camera(macro, f/2.8, 45°)
}

E = {
  (v₁, v₂, "surface_embedding"),
  (v₁, v₃, "located_in"),
  (v₁, v₄, "viewed_by"),
  (v₂.landmarks, v₁.layers, "distributed_across")
}

Constraints:
  ∀l ∈ landmarks: position(l) ∈ torus_surface
  ∀layer ∈ layers: wood_grain(layer) ≠ wood_grain(layer+1)
  
Generate(G) → Image