https://github.com/graciegould/cloud-generator
https://github.com/graciegould/cloud-generator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/graciegould/cloud-generator
- Owner: graciegould
- Created: 2025-02-03T22:33:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T23:02:27.000Z (4 months ago)
- Last Synced: 2025-02-15T00:18:35.935Z (4 months ago)
- Language: JavaScript
- Size: 685 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloud Generator
## Overview
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.

## Installation
1. Clone the repository:
```
git https://github.com/graciegould/cloud-generator
cd cloud-generator
```2. Install dependencies:
```
npm install
```3. Start the development server:
```
npm run dev
```## Future Enhancements
- Improved cloud animations
- Additional weather factors (e.g., precipitation, storms, time)
- Integrate weather API## Author
Developed by Gracie Gould