Earth 3D is a free, open-source, web-based 3D visualization platform that provides real-time interactive mapping of aircraft, airports, weather patterns, seismic activity, and more. Developed by MaxBodin, Earth 3D allows users to explore global locations and visualize dynamic datasets on Earth, as well as in the broader Solar System.
Currently, in early beta, the project can be explored here. With its intuitive interface, users can immerse themselves in real-time data visualizations, offering a unique perspective on natural events, transportation networks, and planetary systems.
Built using Next.js and Three.js, Earth 3D delivers smooth 3D experiences directly in the browser, making it an accessible and powerful tool for both casual users and professionals interested in global and celestial phenomena.
See the issues on the GitHub page to learn about the project global advancement or how you can contribute.
- Clone this repository with
git clone https://github.com/maxbodin/earth3d.git - Execute
cd earth3d/ - Install dependencies.
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
This project is under the MIT Licence.
Currently only developed by MaxBodin.