This project is an interactive 3D globe visualization built with React, Three.js, and Vite. It features a realistic globe that users can rotate and zoom in/out using the mouse. The globe is textured with a day-night cycle, giving it a realistic appearance.
The project also includes data visualization features, with data points plotted on the globe based on real-world coordinates.
- Interactive 3D globe
- Day-night cycle
- Data visualization
- Clone the repository:
git clone https://github.com/7hourspg/react-three-globe-visualization.git
- Install the dependencies:
cd react-three-globe-visualization
npm install
- Start the development server:
npm run dev
Now you can open http://localhost:5173 in your browser to see the globe!