Weather API
Live weather information is fetched through REST API requests and used as the data source for the scene.
Weather API / 3D Simulation
A browser-based visualization that connects live weather data with dynamic ocean rendering, generating realistic waves and environmental conditions from real-time API information.
Overview
This project retrieves real-time meteorological data from external APIs and translates it into visual simulation parameters. Wind speed, direction and environmental conditions influence the generated ocean surface, creating a browser experience that reacts to live weather information.
Features
Live weather information is fetched through REST API requests and used as the data source for the scene.
Wave movement responds to weather-based parameters such as wind speed and environmental intensity.
The experience can visualize changing atmospheric conditions for a selected location.
Three.js renders the ocean scene directly in the browser with interactive camera movement and smooth updates.
Data Pipeline
The application requests current weather data from an external API.
Weather values are parsed and converted into usable simulation parameters.
Wind and condition data influence wave strength, motion and atmosphere.
The final result is rendered as an interactive ocean visualization in the browser.
Technology