Atmospheric Edge-Path Bundling

Atmospheric Edge-Path Bundling

This project demonstrates a visualization of flight data using edge-path bundling on a globe.

  • TypeScript for type-safe JavaScript development
  • React for modular components
  • MUI for GUI components
  • Three.js for 3D rendering
  • Globe GL for rendering flight data on a 3D globe
  1. Clone the repository.
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm run dev