- This is a web 3D Solar System, you can explore the solar system and click the planets to see some resource data of them.
- The project is mainly built on Three.js, while the animation is built on Tween.js, and the backend uses Spring Boot.
- The project can been seen from the link below Click Me
- The project has best experience in Chrome.
Home page is the solar system, every planet in it can be clicked to see the detailed data.
There is a transition page between solar system and the "scene" for a specific planet, it will briefly introduce the planet
In planet scene, you can rotate the planet, double click the planet to see resource data, and other interesting features
The earth scene is special, you can click the timeline and the "cone" to see resource data each year
And you can click the "All" button to see all the data in the earth, this earth is built on webgl-globe
- Clone the repository
git clone https://github.com/syt123450/Three.js-Solar-Exploration
-
Put the base folder in a web environment, for example apache, and then open the index.html.
-
We recommend to see this project in Chrome.