Visualize Music Cultures of Different Eras
From Wikiprompt, the free prompt encyclopedia
Visualize Music Cultures of Different Eras A complex, structured prompt for generating a 2x2 grid visualization of music cultures across different eras, using nested rings and semantic layers.
Related media
Prompt ContentSave
🌐
2x2 grid, 16:9, do this for music cultures of different eras: TOPIC = "[TOPIC]"
LAYERS = infer_semantic_strata(
TOPIC,
count="choose optimal 4..6",
relation="infer strongest progressive relationship"
)
HOST = infer_visual_container(TOPIC)
CENTER = semantic_endpoint(LAYERS)
R = normalize_layer_depth(LAYERS)
def ring(i):
return {
"radius": R[i],
"shell": "transparent luminous boundary",
"world": infer_visual_microcosm(LAYERS[i]),
"population": infer_relevant_entities(LAYERS[i]),
"environment": infer_native_context(LAYERS[i]),
"objects": infer_signature_artifacts(LAYERS[i]),
"behavior": infer_signature_activity(LAYERS[i]),
"accent": infer_distinct_but_harmonious_color(LAYERS[i])
}
SCENE = compose(
silhouette=HOST,
nested_rings=[ring(i) for i in range(len(LAYERS))],
perspective="three-quarter cutaway allowing simultaneous visibility",
background="near-black seamless void"
)
LEGEND = [
{
"label": derive_short_name(layer),
"range": infer_range_or_stage(layer),
"traits": infer_4_compact_descriptors(layer)
}
for layer in LAYERS
]
LIGHTING = {
"shell_edges": "cool luminous refraction",
"worlds": "localized practical miniature lighting",
"separation": "each layer visually distinct without breaking overall harmony",
"background": "deep black"
}
CONSTRAINTS = """
outer -> inner must encode ORDERING_LOGIC consistently
each ring must remain a functioning miniature world
visual differences should emerge from architecture, tools, behavior and atmosphere
legend is secondary to the cutaway visualization
no predetermined layer names, dates, lifestyles, technologies or colors
"""
render(SCENE, LEGEND, LIGHTING, CONSTRAINTS)
Sign in to see the full prompt
Continue with:
By logging in, you agree to our Terms of Use and Privacy Policy
Usage
This prompt is designed for use with creative. Copy the prompt content above and paste it into your preferred AI tool.
For best results, you may customize the placeholders (indicated by square brackets or capital letters) with your specific requirements.
References
- Category: creative Prompts
- Source: https://x.com/Gdgtify/status/2091167256331931823
Talk
0 comments