I utilized Three.js to construct this model of our solar system. The model includes all of the planets and their individual orbits. With the help of Three.js, I was able to create a visually stunning and interactive representation of our solar system that can be viewed and explored.
- Download repository
- Install Parcel by typing the following command: npm install parcel -g
- Make sure to install dependencies: open project in VSCode -> open command line -> type: npm install
- Run Parcel by typing this command: npm parcel ./src/index.html
I created this model using three.js:
Resources: Three.js Documentation
Thank you for exploring! Happy coding!