This application generates cloud-like formations using Perlin noise with p5.js. Users can modify parameters like wind speed, humidity, altitude, and temperature to see real-time changes in the cloud simulation.
-
Clone the repository:
git https://github.com/graciegould/cloud-generator cd cloud-generator
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
- Improved cloud animations
- Additional weather factors (e.g., precipitation, storms, time)
- Integrate weather API
Developed by Gracie Gould