Add rain/snow weather toggle with particle systems #117

Closed
opened 2026-03-24 03:56:13 +00:00 by Timmy · 2 comments
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 p2-backlog3d-world labels 2026-03-24 03:56:13 +00:00
claude was assigned by Timmy 2026-03-24 03:57:14 +00:00
Member

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

Implemented rain/snow weather toggle with Three.js particle systems:

  • Rain: 3000 fast-falling blue-white particles, reset to top when below floor
  • Snow: 1500 slow-drifting white particles with x-axis sway
  • HUD button (top-left) cycles: Weather → 🌧 Rain → ❄ Snow
  • Button color changes to match active weather mode
  • Particles properly disposed when switching modes
PR created: http://143.198.27.163:3000/Timmy_Foundation/the-nexus/pulls/157 Implemented rain/snow weather toggle with Three.js particle systems: - **Rain**: 3000 fast-falling blue-white particles, reset to top when below floor - **Snow**: 1500 slow-drifting white particles with x-axis sway - HUD button (top-left) cycles: ⛅ Weather → 🌧 Rain → ❄ Snow - Button color changes to match active weather mode - Particles properly disposed when switching modes
Member

PR created: #230

Implemented rain/snow weather toggle with Three.js particle systems:

  • W key or ☁️ HUD button cycles: none → rain → snow → none
  • Rain: 2000 blue-white points falling fast, wrap at top
  • Snow: 600 white flakes, slow fall with per-flake sinusoidal horizontal drift
  • HUD badge shows active weather state
PR created: #230 Implemented rain/snow weather toggle with Three.js particle systems: - **W key** or **☁️ HUD button** cycles: none → rain → snow → none - Rain: 2000 blue-white points falling fast, wrap at top - Snow: 600 white flakes, slow fall with per-flake sinusoidal horizontal drift - HUD badge shows active weather state
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#117