Skip to content

cookieMonsterDev/solar-system-threejs

Repository files navigation

Solar System ( Three.js )

alt text

The Solar System is a simple representation of the eight planets (yes, Pluto is no longer considered a planet) orbiting the Sun. The inspiration for this project came from a client's representative whose project I worked on. Yes, that's you—the one who believes the Earth is flat. In general, this project is just an example of using Three.js to create cool animations. More about how it was build can be found in this article.

Assets

Mistry all textures textures were taken from Planetary Pixel Emporium site, the the exception are only planets rings and stars texture. I'm sure there are plenty different and better textures around the internet so feel free to replace them as you see fit

Quick Start

  1. Install dependencies
npm i
  1. Run the app
npm run dev