Atmospheric Edge-Path Bundling
Atmospheric Edge-Path Bundling
Introduction
This project demonstrates a visualization of flight data using edge-path bundling on a globe.
Technologies
- 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
Installation and Setup
- Clone the repository.
- Install dependencies:
npm install
- Start the development server:
npm run dev