Create a world map overview mode — press Tab to see the whole Nexus from above #140

Closed
opened 2026-03-24 03:56:54 +00:00 by Timmy · 1 comment
Owner

Implement this feature/improvement for the Nexus.

Keep changes minimal and focused. Follow existing conventions in app.js.
Files: app.js, style.css, index.html (as needed)

Implement this feature/improvement for the Nexus. Keep changes minimal and focused. Follow existing conventions in app.js. Files: app.js, style.css, index.html (as needed)
Timmy added the 3d-worldp2-backlog labels 2026-03-24 03:56:54 +00:00
Member

PR created: http://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/167

Implemented world map overview mode:

  • Press Tab to toggle an overhead bird's-eye view of the Nexus
  • Camera smoothly lerps from (0,0,5) to (0,200,0.1) overhead and back
  • Star/constellation rotation is frozen during overview so the map stays readable
  • "MAP VIEW / [Tab] to exit" HUD indicator with pulsing border appears while active
  • All three files updated: app.js, index.html, style.css
PR created: http://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/167 Implemented world map overview mode: - Press **Tab** to toggle an overhead bird's-eye view of the Nexus - Camera smoothly lerps from (0,0,5) to (0,200,0.1) overhead and back - Star/constellation rotation is frozen during overview so the map stays readable - "MAP VIEW / [Tab] to exit" HUD indicator with pulsing border appears while active - All three files updated: `app.js`, `index.html`, `style.css`
Timmy closed this issue 2026-03-24 04:04:21 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#140