Skip to content

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

License

Notifications You must be signed in to change notification settings

anartisticengineer/Paintings-In-Thin-Air

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages