A React application with 3D particle effects and hand tracking, created using Vite.
- Interactive 3D particle shapes (Saturn, Heart, Sphere)
- Hand tracking using MediaPipe
- Gesture controls (pinch to zoom, hand movement to rotate)
- Responsive design for mobile, tablet, and desktop
- Real-time particle interaction with hand position
- Footer with logo and link to portfolio
npm installnpm run devThe application will be available at http://localhost:5173
npm run buildnpm run preview- Mouse wheel or +/- buttons: Zoom in/out
- Pinch gesture (thumb and index finger): Zoom in/out
- Hand movement left/right: Rotate the shape
- Rotation buttons (↶ ↷): Precise rotation control
- Shape buttons: Switch between Saturn, Heart, and Sphere
- Modern browser with camera access
- MediaPipe Camera Utils (loaded via CDN in index.html)
- Created to AG Portfolio