Interactive platform inspired by the particle globe experience from Ousmane Dembélé’s website, recreated with AI-assisted development for entertainment and visual experimentation purposes.
This project delivers an immersive 3D particle simulation using modern web graphics technologies. The experience combines real-time rendering, GPU-accelerated particles, cinematic motion, and interactive controls to create a fluid and dynamic visual environment.
- Real-time 3D particle globe
- WebGL-powered rendering
- GPU-accelerated particle system
- Mouse interaction and repulsion effects
- Scroll-triggered explosion simulation
- Smooth animations and transitions
- Interactive control panel
- Responsive fullscreen experience
- Optimized performance rendering
- Three.js
- WebGL
- JavaScript / TypeScript
- GLSL Shaders
- HTML5 / CSS3
- GPU Instanced Rendering
- AI-assisted development workflow
- Stable 60 FPS rendering
- Optimized draw calls
- Efficient particle management
- Smooth interaction handling
- Hardware-accelerated graphics pipeline
| Action | Effect |
|---|---|
| Mouse Movement | Repulse and deform particles |
| Scroll | Trigger explosion effect |
| Restart Button | Reset globe position |
| Auto Rotation | Enable passive rotation |
git clone <repository-url>
cd project-name
npm install
npm run dev