File size: 880 Bytes
2337d23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---

title: Solar System Explorer
emoji: 🪐
colorFrom: indigo
colorTo: blue
sdk: static
pinned: false
---


# Solar System Explorer

An interactive solar system visualization built with vanilla HTML5 Canvas. Explore all 8 planets and the Sun with smooth animations, real orbital data, and detailed information panels.

## Features

- Real-time orbital animation with adjustable speed
- Click or tap any planet to view details
- Drag to pan, scroll/pinch to zoom
- Quick navigation buttons for all planets
- Mobile-friendly with touch gestures
- Keyboard shortcuts (arrows to cycle planets, +/- to zoom, Esc to reset)

## Deploy to Hugging Face

1. Create a new Space on [huggingface.co/new-space](https://huggingface.co/new-space)
2. Select **Static** as the SDK
3. Upload `index.html`, `style.css`, and `app.js`
4. Your space will be live immediately