Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 836 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 836 Bytes

Rita's 3D Sphere App

RitasSphere-ezgif com-video-to-gif-converter

Features

  • Responsive 3D sphere rendered with Three.js
  • Interactive camera controls using OrbitControls
  • Smooth animations powered by GSAP
  • Color-changing sphere based on mouse interaction

Getting Started

  1. Clone the repository

  2. Install dependencies:

  3. Run the development server:

  4. Open http://localhost:3000 in your browser

Technologies Used

  • Vite
  • Three.js
  • GSAP (GreenSock Animation Platform)

Project Structure

  • main.js: Core application logic
  • index.html: HTML structure and entry point
  • style.css: Custom styles

Tutorial Followed

Inspired by this tutorial.