anartisticengineer / Paintings-In-Thin-Air

A sketch based off of the current weather conditions via OpenWeather API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paintings-In-Thin-Air

A sketch based off of the current weather conditions via OpenWeatherMap API

NOTE: Running this sketch requires you to have your own API key, which you can access by signing up for a free account. You can then copy the key into the setup portion of the sketch for the String variable "id".

Based off of the OpenWeatherMap data here.

Specific weather condition parameters are used to dictate how a system of particles change. For sole demonstration purposes, I used Los Angeles as the city, and imperial units. But the sketch can easily be modified to another city, or metric units. I'm looking to eventually have some way of setting input values for these on the start of the program.

Parameters Dictating Sketch Behavior

  • Wind Speed and Direction - amount of force applied on particles
  • Air Pressure (hPa) - strokeWeight of particles
  • Temperature - Hue (color) of particles

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

A sketch based off of the current weather conditions via OpenWeather API

License:MIT License


Languages

Language:Processing 100.0%