8000 GitHub - WREQI/geospatial
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

WREQI/geospatial

 
 

Repository files navigation

Geospatial

A collection of Three.js-based geospatial visualizations, featuring an Earth atmosphere rendering demo.

Atmosphere Demo

This demo showcases a realistic Earth atmosphere effect using the @takram/three-atmosphere library. The visualization includes:

  • Realistic sky rendering with proper light scattering
  • Dynamic sun and moon positioning
  • Atmospheric perspective effects
  • Interactive camera controls
Screenshot 2025-04-30 at 10 09 09 PM

Atmosphere Demo Preview

Technologies Used

  • Three.js (v0.175.0)
  • @takram/three-atmosphere (v0.11.1)
  • @takram/three-geospatial (v0.2.0)
  • @takram/three-geospatial-effects (v0.3.0)
  • Postprocessing (v6.36.7)
  • Vite (for development and building)

Getting Started

Prerequisites

  • Node.js (v16 or higher recommended)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/jeantimex/geospatial.git
    cd geospatial
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and navigate to the URL shown in the terminal (typically http://localhost:5173).

Available Demos

Building for Production

To build the project for production:

npm run build

The built files will be in the dist direct 62F1 ory.

Credits

License

MIT

Author

Yong Su (jeantimex)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.5%
  • HTML 3.9%
  • JavaScript 1.6%
  • CSS 1.0%
0