JIT
Creating a 3D globe with globe.gl
A 3D globe.gl

Here's a 3D globe visualization using globe.gl:

Updated files
v1
Delete the color circles and add time and physics + space math

Here's an updated version with time, physics, and space math calculations:

Updated files
v2
Can we make it online

To make this work online, we'll need to host it on a platform that can serve static files. Here's how we can modify it to work with CodeSandbox (which provides free hosting):

To deploy this online:

  1. Create a new project on CodeSandbox.io
  2. Replace the contents with these files
  3. It will automatically start serving the application
  4. You can then share the live URL

The version includes:

  • Real physics calculations for satellite orbits
  • Time controls (speed up/slow down/pause)
  • Additional satellite (GPS)
  • Improved UI with altitude display
  • Proper project structure for hosting
Updated files
v3