My first webGL and three.js (v89) project build with JavaScript (ES6)
It's simple model of our solar system. The size and distance of the planets is proportional. The Sun is smallest (to maintain readability).
Move camera- Arrow and mouse
First install Node.js and npm, then:
git clone https://github.com/Dyzio18/solar-system-webGL.git
npm i
npm run build
next, open index.html in your browser.
- Synchronization of planet circulation and rotation
- Add asteroid belt between Jupiter and Mars
- Change background to panorama like here
- Upgrade description panel to show more panel about selected sphere