openclaw/ui
Claude d94a0f246d
feat: add camera tracking and surface building (mountains, creatures, cities)
Camera System:
- Smooth pan/zoom camera that tracks new creations
- Zooms in when AI builds surface features
- Tracking indicator with brackets shows current focus
- Camera status in HUD shows tracking target and zoom level
- Auto-returns to universe view after observing

Surface Building (when zoomed to planets):
- Mountains: Raised peaks with snow caps
- Creatures: Animated life forms (Floaters, Crawlers, Swimmers, etc.)
- Buildings: Towers, Temples, Observatories, Monuments with windows
- Cities: Glowing settlements with flickering lights

AI Improvements:
- Slowed decision cycle from 2s to 4.5s for better observation
- AI now builds directly ON worlds (not just creates celestial objects)
- 15-phase decision tree with surface building priorities
- Camera automatically tracks each creation
- Deeper zoom (6x) for surface features, normal zoom (2.5x) for space objects

HUD Updates:
- Surface stats section (mountains, creatures, buildings, cities)
- Camera status display
- Improved styling with backdrop blur

Soul entries now describe surface creations:
- "I raised Mt. Thunder on Terra-447. Its peak touches the clouds."
- "A new Floater drifts through the air on Gaia-221. Life finds a way."
- "The city of Nova rises on Kronos-88. A beacon in the darkness."

https://claude.ai/code/session_01MUG7BRZMG28eYmJHGbetRB
2026-01-26 23:07:35 +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 camera tracking and surface building (mountains, creatures, cities) 2026-01-26 23:07:35 +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