An open API service indexing awesome lists of open source software.

https://github.com/graciegould/cloud-generator


https://github.com/graciegould/cloud-generator

Last synced: 2 months ago
JSON representation

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.

![demo.png](./demo.png)

## 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