Skip to content

mustafaHTP/solar-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solar System

ss

A Three.js project showcasing an interactive solar system visualization built with Three.js

ss

Overview

This project was created while following the Zero to Mastery Three.js Crash Course by Jesse Zhou. It demonstrates core Three.js concepts including 3D rendering, camera controls, textures, and scene composition.

Getting Started

Installation

npm install

Development

npm run dev

Project Structure

src/
├── main.ts           # Entry point
├── lib/
│   ├── camera.ts     # Camera configuration
│   ├── config.ts     # Global settings
│   └── planet.ts     # Planet objects
├── data/
│   └── planet-data.ts # Planet data
└── assets/
    └── textures/     # Texture files

About

A solar system built with Three.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors