Solar System 3D replica in ThreeJS https://pages.gi7b.org/gi7b/SolarSystem-honzaap/
  • Vue 69%
  • JavaScript 21.7%
  • HTML 7.7%
  • SCSS 1.6%
Find a file
2026-05-10 21:26:39 +08:00
public Create ogmeta.jpg 2022-08-02 17:45:36 +02:00
src Fix typos 2022-08-02 15:54:38 +02:00
.gitignore Setupu threejs scene 2022-07-08 15:26:22 +02:00
index.html Adding meta, optimizing assets, UI changes 2022-07-29 17:10:31 +02:00
LICENSE Initial commit 2022-07-06 13:01:31 +02:00
logo.svg Update readme 2022-07-30 20:32:03 +02:00
package-lock.json create planets and their update loop 2022-07-11 18:11:33 +02:00
package.json create planets and their update loop 2022-07-11 18:11:33 +02:00
README.md Add active-source header with blog and live app links 2026-05-10 21:26:39 +08:00
readme_gif.gif Update readme 2022-07-30 20:32:03 +02:00
vite.config.js Init files 2022-07-06 13:18:05 +02:00

🛒 Products & Blog: blog.gi7b.org 🌐 Live App: https://pages.gi7b.org/gi7b/SolarSystem-honzaap/ 💻 Source: https://git.gi7b.org/gi7b/SolarSystem-honzaap

GitHub mirror archived — active development is here on Forgejo.


Products: https://blog.gi7b.org

Solar System

🌎 Interactive Solar System 3D replica 🪐

GitHub Repo stars GitHub

Try it out!

Solar system gif

Made with ThreeJS and Vue

How does it work?

  • Move around the Solar system with mouse
  • Click on planet or moon to find out more about it
  • Change the speed with side menu

How to install

  • Clone repository to your local machine
  • Open terminal and cd into repository folder
  • run npm install
  • run npm run dev