Skip to content

powerdev-a/Solar_system

Repository files navigation

Solar System Visualization

Screenshot

3D interactive solar system visualization built with React Three Fiber.

🐳 Container Setup

Prerequisites

  • Docker installed (Install Guide)
  • Docker Compose (usually included with Docker Desktop)

🚀 Quick Start

  1. Clone repository

    git clone https://github.com/your-username/solar_system.git
    cd solar_system
  2. Build container

    docker-compose build
  3. Run container

    docker-compose up -d
  4. Access application

    http://localhost:80
    

🛠️ Common Commands

Stop container

docker-compose down

Rebuild after changes

docker-compose up --build

View logs

docker-compose logs -f

Development

npm install
npm run dev

Features

  • Real-scale planetary motion
  • Interactive orbital controls
  • Dynamic space effects
  • Pause/Resume simulation

About

It's a 3D interactive solar system visualization built with React Three Fiber (Three.js in React), using Vite + TypeScript, with simulation controls like pause/resume, orbital controls and space effects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors