10000 GitHub - nurmuhammedjoy/Solar-System-Simulator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nurmuhammedjoy/Solar-System-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌌 Solar System Simulator (Three.js + Vite)

This is a simple 3D Solar System Simulator built with Three.js and Vite.
Currently under development and optimized for low-resource environments like Termux on Android.

🚀 Features

  • Basic 3D solar system scene with 8k texture
  • Four planets added for performance (Mercury, Venus, Earth, Mars)
  • Clickable planets (planned: focus/zoom + info panel)
  • OrbitControls for smooth camera movement

⚙️ Technologies Used

  • Three.js – for rendering the 3D scene
  • Vite – for fast development server and bundling
  • Termux in android
  • node.js

⚠️ Issues

  • Vite server keeps crashing
    Unsure if this is due to:
    • Running in Termux, which may have limitations (especially around filesystem, Node.js, or networking).
    • Three.js being a large/heavy library and hitting memory or CPU constraints.

Download

# Github CLI (generally fast)
gh repo clone nurmuhammedjoy/project

or

# HTTPS
git clone https://github.com/nurmuhammedjoy/project.git

🛠️ Setup

# Open the folder 
cd Solar-System-Simulator

# Install dependencies
npm install

# Start dev server
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0