JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 84
  • Score
    100M100P100Q72268F

Package Exports

  • 3d-solar-system-globe

Readme

3d-solar-system-globe

A collection of reusable React + Three.js components to render an interactive 3D globe and solar system in web applications.

This package provides ready-to-use components such as Earth with satellites, moon systems, data-linked globes and full solar system views.

Just Kidding 😝

✨ Features

  • 🌍 3D globe rendering
  • πŸ›°οΈ Earth with satellite and tower visualizations
  • πŸŒ™ Earth–Moon system
  • β˜€οΈ Full solar system scene
  • ⚑ Built with React and Three.js
  • πŸ“¦ Easy to plug into any React project

πŸŽ– Installation

npm install 3d-solar-system-globe

πŸš€ Usage

Import any component you need from the package and render it inside your React app.

import {
  DotGlobe,
  DotGlobeWithDataLink,
  EarthWithTower,
  EarthAndSatellite,
  EarthAndMoon,
  EarthMoonSatellite,
  SolarSystem
} from "3d-solar-system-globe";

function App() {
  return (
    
      <SolarSystem />
   
  );
}

export default App;

image image image image image