sat-sol-sim
v1.0.0
Published
sat-sol-sim: A stunning, interactive 3D satellite and solar system simulator featuring realistic planetary motion, satellite constellations, and comprehensive programmatic control through a powerful JavaScript API
Maintainers
Readme
sat-sol-sim
A powerful, lightweight 3D satellite and solar system simulator for web applications. Built with Three.js for high-performance WebGL rendering.
🚀 Quick Installation
npm install sat-sol-sim three📦 Basic Usage
import { SatSolSim } from 'sat-sol-sim';
const container = document.getElementById('sim-container');
const simulation = new SatSolSim(container, 800, 600);
simulation.start();✨ Features
- 🌍 Realistic planetary motion - Accurate orbital mechanics
- 🛰️ Satellite tracking - Real-time satellite constellation support
- 🎮 Interactive controls - Mouse/touch navigation
- 📱 Responsive - Works on desktop and mobile
- ⚡ High performance - Optimized WebGL rendering
- 🔧 Full API - Comprehensive programmatic control
- 📘 TypeScript - Complete type definitions included
📚 Documentation
🔧 Requirements
- Three.js >= 0.128.0 (peer dependency)
- Modern browser with WebGL support
📄 License
MIT © David Olsson
For complete documentation, examples, and demos, visit the GitHub repository.
