You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Into the Space: Earth and Its Satellite Buddy" is a 3D interactive simulation of a satellite orbiting Earth which is built with Three.js and WebGL. The project features a rotating Earth with realistic textures, dynamic satellite animation, custom shaders and interactive camera controls for creating immersive visualization.
Run the below commands all at once on the terminal before running the project
npm install --save three
npm install
npm install three
npm install --save-dev vite
npm run dev
npx vite
To understand the Project well, read the Project Report
About
"Into the Space: Earth and Its Satellite Buddy" is a 3D interactive simulation of a satellite orbiting Earth which is built with Three.js and WebGL. The project features a rotating Earth with realistic textures, dynamic satellite animation, custom shaders and interactive camera controls for creating immersive visualization.