Create a visually stunning, "unprecedented" web page as requested. The concept is "Neural Galaxy": An interactive, 3D particle system representing a living network or galaxy that responds to user interaction. It will feature:
- 3D Rendering: Using Three.js.
- Post-Processing: Bloom/Glow effects for a neon cyberpunk aesthetic.
- Interaction: Particles react to mouse movement.
- Dynamic Colors: Colors shift based on speed and position.
- Container for the canvas.
- Import map for Three.js (using
esm.shfor reliable module loading). - Minimal UI overlay (Title, Controls info).
- Reset margins.
- Absolute positioning for UI.
- Glassmorphism effect for text overlays.
- Custom font (Google Fonts).
- Setup: Scene, Camera, Renderer, Post-processing (EffectComposer, UnrealBloomPass).
- Particles: Custom BufferGeometry with thousands of points.
- Animation Loop: Update particle positions based on noise or mathematical functions (Spiral/Flow).
- Interaction: Raycaster or simple mouse plane projection to disturb particles.
- Open
galaxy.htmlin the browser. - Verify the 3D scene loads (black background, glowing particles).
- Move mouse: Verify particles react (repel/attract/change color).
- Resize window: Verify scene adapts.
- Check performance: Ensure 60fps on reasonable hardware.