Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bastipnt/rndm-img

Random unique image generator
https://github.com/bastipnt/rndm-img

gatsby p5 p5js processing

Last synced: about 1 month ago
JSON representation

Random unique image generator

Awesome Lists containing this project

README

        


Random picture generator

## πŸš€ Quick start

1. **Clone the repo.**

```shell
git clone [email protected]:lItc0de/rndm-img.git
```

2. **Start the server.**

Navigate into your new site’s directory and start it up.

```shell
cd rndm-img/
npm run develop
```

3. **Open the code and start customizing!**

Your site is now running at http://localhost:8000!

Edit `src/sketches/sketch.js` to create awesome images.

4. **Learn more**

This generator uses **p5.js**. Here is the [documentation](https://p5js.org/).