feat: WebGL cinematic countdown — 3D atom with circular orbital text

- Three.js + React Three Fiber + postprocessing (bloom, chromatic aberration, glitch, scanlines)
- Nucleus with pulsing energy core, wireframe icosahedron shell
- 3 electron orbits with trail particles + energy arcs
- 600 particle cloud with organic movement
- Circular orbital text: title, countdown timer, subtitle curved on 3D rings
- Mouse interactions: camera parallax, atom speed boost, nucleus glow on proximity
- Camera smooth lerp follow with gentle auto-drift
- Font fix: woff2 → ttf for troika-three-text compatibility
- Logo: static mark instead of missing sprite frames

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Clément SAILLANT
2026-03-29 17:32:38 +00:00
parent 666f05bf59
commit d5f1ce84b4
5 changed files with 1317 additions and 201 deletions
+6 -1
View File
@@ -26,13 +26,18 @@
"@astrojs/node": "^9.4.5",
"@astrojs/react": "^4.4.1",
"@radix-ui/react-slot": "^1.2.3",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"astro": "^5.13.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"motion": "^12.23.24",
"postprocessing": "^6.39.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwind-merge": "^3.3.1"
"tailwind-merge": "^3.3.1",
"three": "^0.183.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",