docs(decisions): add Q-064 planet generator for wiki screenshots

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-23 17:47:39 +01:00
co-authored by Claude Opus 4.6
parent cef2a2f27f
commit ec88afaf07
+8 -1
View File
@@ -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.*