From ec88afaf07f988c6f183df430d8d98d2cca52c76 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Mon, 23 Mar 2026 17:47:39 +0100 Subject: [PATCH] docs(decisions): add Q-064 planet generator for wiki screenshots Co-Authored-By: Claude Opus 4.6 --- decisions/questions-architecture.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/decisions/questions-architecture.md b/decisions/questions-architecture.md index 0cc82db70..ef81e0278 100644 --- a/decisions/questions-architecture.md +++ b/decisions/questions-architecture.md @@ -108,4 +108,11 @@ Technical foundation questions: engine, protocols, data structures, performance, --- -*15 questions (7 resolved, 1 partially resolved, 7 open). Last updated: 2026-03-22.* +### Q-064: 3D planet generator for wiki system screenshots +- **Status:** Open +- **Question:** Evaluate the Godot 3D Planet Generator (https://github.com/remijean/godot-3d-planet-generator) for generating unique planet visuals per star system in the wiki. Each of the 301 systems could get a procedurally generated planet rendered as a screenshot for its wiki page. Key questions: can we get enough visual variety across 301 systems (different biomes, atmospheres, colors, ring configurations)? Can the generator run headlessly for batch rendering? What's the parameter space — how many distinct-looking planets can it produce? Could the planet configs be seeded from system properties (star class, habitable zone, etc.) for consistency across regenerations? +- **Cross-reference:** Wiki system pages (docs/wiki/), world generation pipeline + +--- + +*16 questions (7 resolved, 1 partially resolved, 8 open). Last updated: 2026-03-23.*