openclaw/ui
Claude d796054c27
feat: add real-time procedural universe generator with AI decision-making
ClawdBot now actually builds universes in real-time:

Universe Engine:
- Creates stars (Red Dwarfs, Yellow Stars, Blue Giants, etc.)
- Generates planets orbiting stars (Rocky, Ocean, Garden, Gas Giants, etc.)
- Adds moons to planets
- Seeds life on habitable worlds
- Evolves civilizations from life
- Paints nebulae for beauty
- Creates black holes

AI Decision System:
- Phased decision tree based on universe state
- AI personality traits (creativity, orderPreference, lifeFocus)
- Mood states affect creation style
- Intelligent progression: stars → planets → moons → life → civilizations

Soul Document Integration:
- Every creation triggers a soul entry describing what was actually created
- Reflections reference actual universe stats
- Insights generated when milestones reached (life emerges, civilizations form)
- All entries sync to main Soul Document

Visual Rendering:
- Real orbital mechanics for planets and moons
- Pulsing stars with glow effects
- Orbit paths visualization
- Life indicators (green dots) and civilization markers (stars)
- Black hole accretion disks
- Animated nebulae

https://claude.ai/code/session_01MUG7BRZMG28eYmJHGbetRB
2026-01-26 22:52:51 +00:00
..
public feat(ui): add favicon.ico from Mac app icon (#305) 2026-01-06 10:41:19 -06:00
src feat: surface security audit + docs 2026-01-26 19:58:59 +00:00
index.html feat: add real-time procedural universe generator with AI decision-making 2026-01-26 22:52:51 +00:00
package.json chore: update deps and test timeout 2026-01-24 10:30:30 +00:00
tsconfig.json fix(control-ui): serve dashboard at root 2025-12-19 05:11:08 +00:00
vite.config.ts fix(ui): default to relative paths for control UI assets 2026-01-09 15:32:55 +01:00
vitest.config.ts chore: update deps and add control ui routing tests 2025-12-30 14:30:46 +01:00